show/hide this revision's text 5 added 10 characters in body; edited tags

Even with a ton of PHP frameworks out there to choose from, I know many people prefer a cleanerminimal, lighter resultpersonal set of libraries. What is your method when it comes to 'rolling your own' framework for a PHP applicationapplications, 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

show/hide this revision's text 4 added 17 characters in body

Even with a ton of PHP frameworks out there to choose from, I know many people prefer a cleaner, lighter result. What is your method when it comes to 'rolling your own' framework for a PHP application, 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

show/hide this revision's text 3 deleted 7 characters in body

Even with a ton of PHP frameworks out there to choose from, I know many people prefer a cleaner, lighter result. What is your method when it comes to 'rolling your own' framework for a PHP application, 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... address/implement:

  • DB abstraction
  • REST
  • OOP
  • MVC

...and

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

show/hide this revision's text 2 added 188 characters in body
show/hide this revision's text 1