Looking for possible Skype call with experienced PHP web dev
Posted: Sat Jul 23, 2011 1:25 pm
Hey guys! There sure are a lot of really well experienced PHP programmers out here and that's why I'm making this request. To push my skills farther I've decided to start taking on a more heavy project. Details on that really aren't necessary. I'm looking to have a skype call with somebody to discuss the following things (feel free to reply with your insights here)
Integrating a template with php code
How logic should be output for classes ex: registration failed
XML vs MySQL for types of data such as user inventories
Building a walkable tile map with 3 dimensions
Ajax integration?
How should I be separating my files?
Currently I have a file for managing all session data, and classes into separate files also. There are pages with logic and html forms for things such as logging in, out, registration, and such. That's how far I am now however I want to talk to somebody more experienced before continuing. I'm wondering if this is the best way to go about it since I've never gotten certain things down right. For example, when I put this into a web template, how do I go about doing so? Do I just tack on require_once('header.php'); to each page I want to have a header on?
Also to elaborate on class logic I'm referring to where things go. Currently for example my registration method returns true if the user was successfully registered and prints a mysql error if there was an issue. This way a variable is equal to the method and if true you are redirected and if not the error is printed out. Is this an optimal way to be doing it? I do NOT want multiple language integration that isn't something I need to deal with.
I would best understand communication if done via skype. My skype username is op2rules, if you would like to help me out it would be much appreciated!
Integrating a template with php code
How logic should be output for classes ex: registration failed
XML vs MySQL for types of data such as user inventories
Building a walkable tile map with 3 dimensions
Ajax integration?
How should I be separating my files?
Currently I have a file for managing all session data, and classes into separate files also. There are pages with logic and html forms for things such as logging in, out, registration, and such. That's how far I am now however I want to talk to somebody more experienced before continuing. I'm wondering if this is the best way to go about it since I've never gotten certain things down right. For example, when I put this into a web template, how do I go about doing so? Do I just tack on require_once('header.php'); to each page I want to have a header on?
Also to elaborate on class logic I'm referring to where things go. Currently for example my registration method returns true if the user was successfully registered and prints a mysql error if there was an issue. This way a variable is equal to the method and if true you are redirected and if not the error is printed out. Is this an optimal way to be doing it? I do NOT want multiple language integration that isn't something I need to deal with.
I would best understand communication if done via skype. My skype username is op2rules, if you would like to help me out it would be much appreciated!