If you are new to writing classes you should start with what you know and then refactor it into a class. You can start out with straight forward linear code, convert the final code to functions then move from functions to a class. (more…)
Posts Tagged ‘PHP’
Practical Approach to Writing Classes
Tuesday, July 6th, 2010Why Nusphere PHPEd is Good for Noobs?
Friday, June 25th, 2010Right out of the box it is ready to go. Let me define ready. After installing PHPEd, simply create a project, write some code, then run the code and watch PHPEd render your php code via the internal browser and internal web server. And it doesn’t stop there, debugging is just as easy. Compare this to other PHP editors where you need to setup a web server and debugging environment in order to write and debug code. No doubt, even with PHPEd you will eventually want to setup your own web server and debugging environment in order to fully test your app, but as a noob coder, phped makes getting started coding easy because it is ready to run right out of the box.
Easy PHP Websites with the Zend Framework
Saturday, September 5th, 2009Easy PHP Websites with the Zend Framework
Included: Almost 5 hours of online video. Check out the sample video’s below.
Recently revised for Zend Framework 1.9!
Combining over 300 pages of instruction with access to almost 5 hours of online video, Easy PHP Websites with the Zend Framework is the ultimate learning guide to building powerful websites with the world’s most popular Web development language.
Written by popular PHP author W. Jason Gilmore, you’ll master the Zend Framework by following along with the creation of a community website for video gamers.
(more…)


