[ciapug] Resources from last night's talk
Tony Bibbs
tony at tonybibbs.com
Tue Oct 2 11:24:19 CDT 2007
The talk I gave covered a few things you may want to try in your projects:
1) MVCnPHP - The MVC implementation in PHP I wrote. It's an installable PEAR package at http://pear.geeklog.net
2) We use the Geeklog_Generator also on pear.geeklog.net which extends Propel's generator. You will have to decide if it is for you.
3) If you use Propel using the Geeklog_DAO package on pear.php.net gives you a clean DAO implementation that supports the concept of named queries I was talking about.
Below are some of the resources that I mentioned last night. Take them for what they are worth and ask me if you have any questions at all.
--Tony
1) Our SDLC process:
https://forge.iowa.gov/wiki/index.php/Software_Development_Life_Cycle
2) Our PM process:
https://forge.iowa.gov/wiki/index.php/Project_Management_Process
3) If you get really bored our Wiki:
https://forge.iowa.gov/wiki/index.php/Main_Page
4) Multiplatform profiler Valgrind (Kalgrind)
http://valgrind.org/
http://en.wikipedia.org/wiki/Valgrind
5) Talk Rasmus gave that covers profiling with Kalgrind:
http://talks.php.net/show/orcl06
6) More generally any PHP-related talks you may be interested in. Note this is a good time to check in on them as it is the start of conference season:
http://talks.php.net
7) If you want to use PEAR in order to deliver
http://www.tonybibbs.com/article.php/HowtoDeployUsingPEAR
More information about the ciapug
mailing list