Even with a ton of PHP frameworks out there to choose from, I know many people prefer a minimal, personal set of libraries. What is your method when it comes to 'rolling your own' framework for PHP applications, and how does it vary depending on the type/scope of a project?
What does your script look like for a typical page? What is your file structure? What 3rd party libraries/components do you commonly use, and how do you keep your libraries, functions, classes organized?
Do you address/implement:
- DB abstraction
- REST
- OOP
- MVC
and if so, how?
At what point do you consider using a more popular, existing framework (eg. Codeigniter) instead?
Things that got me thinking:
The no-framework PHP MVC framework
What PHP application design/design patterns do you use?
Whats A Good Standard Code Layour for a PHP Application?
Scalable and Flexible Directory Structure for Web Applications
