5 pts.
 PHP Development Resources
Can anyone recommend some free PHP development resources? Preferably something geared toward learning some of the newer Object Oriented approaches the language? Thanks!

Software/Hardware used:
PHP
ASKED: March 3, 2011  9:08 PM
UPDATED: March 7, 2011  11:58 PM
  Help
 Approved Answer - Chosen by OneOffTheMark (Question Asker)

If you are looking to get acquainted with the basics of PHP objects you can check out the online PHP manual:

http://php.net/manual/en/language.oop5.php

ANSWERED:  Mar 3, 2011  9:10 PM (GMT)  by OneOffTheMark

 
Other Answers:
Last Wiki Answer Submitted:  June 28, 2012  3:46 am  by    0 pts.
Latest Answer Wiki Contributors: 
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

You could also checkout the Yahoo devleoper network:

http://developer.yahoo.com/php/

-T

 10 pts.