Hey all,
I am asking folks to post links to good resources about developing PHP5 applications with OOP pricinciples and design patterns.
Here are some questions to jump start the thread:
Are there any tutorials on creating a simple CRUD application with PHP5 and OOP?
Do any Dependency Injection/Inversion of Control frameworks exists for PHP5?
What are some good OOP controller frameworks for PHP5 that are OOP?
Are there any Object Relational Mapping (ORM) frameworks for PHP5?
What I am specifically seeking to do is build OOP apps with PHP5 that use the Model-View-Controller methodology. If anyone could help get to started in that direction I would greatly appreciate it.
-Aaron