PHP Resources
PHP is a web programming language that can be compiled into the Apache web server and with its persistent connections to MySQL it makes for a very popular and fast web programming environment.
- Documenting PHP
- Joseph
PHOCOAVaughan’s favorite articles on PHPFramework–PHOCOA(pronounced faux-ko) is a web application framework forPHP. It is an object-oriented, event-driven, componentized,MVC(model-view-controller) framework inspired by Apple’s Cocoa and WebObjects technologies. PHPForms: HTML_QuickForm Tutorial– recommended by Paul YuergensPHP5 links from Jose Hales-Garciasecurity- http://www.
sitepoint.linuxjournal.com/print/119article.php?sid=6061 http://www.php.net/ChangeLog-5.phphttp://www.php.net/zend-engine-2.php//here are some new ones now that PHP5 is out officially.\\Adam Trachtenberg provides a quick tour aroundPHP5, highlighting seven of his favorite new features, all of which will allow yourPHP5 code to be more concise, more elegant, and more flexible than ever. Adam is the author of the upcoming Upgrading toPHP5.http://www.oreilly.com/catalog/upgradephp5/
- http://www.
Mike Franks’ collection ofPHPLinks, Articles and Tutorials collectionhttp://www.sscnet.ucla.edu/php/
Michael Miller’s Favorite for learning php, mysql, etc –http://www.devshed.com/DevShed: Open Source Web Development Site
Joseph Vaughan’s second favorite article onPHPsecurity with superglobalshttp://www.linuxjournal.com/article.php?sid=6559
Joseph Vaughan’s (current) favorite article onPHPsecurityhttp://www.linuxjournal.com/article.php?sid=6061- Jerome Wan recommends these:
-
MVC frameworks for PHP (things like Ruby-on-Rails)
- Laravel: https://laravel.com
- Cake: http://www.cakephp.org
- Symfony: http://www.symfony-project.com
PHPonTRAX:http://www.phpontrax.comQcodo:http://www.qcodo.com- CodeIgniter: www.codeigniter.
com
ORM/ Object Persistence frameworks forPHP(things like ActiveRecord)Propel:http://propel.phpdb.orgQcodo:http://www.qcodo.com
- Debian packages for bleeding-edge versions of PHP and other LAMP-related packages: http://www.dotdeb.org
-
Simple TestPHPunit – Unit Testing for PHP
- http://codepad.org/ – test snippets of code in PHP and many other languages.