View Single Post
Old 07-10-2009, 11:29 AM   #2 (permalink)
captainmerton
The Acquainted
 
captainmerton's Avatar
 
Join Date: May 2009
Posts: 178
Thanks: 9
captainmerton is on a distinguished road
Default

Broadly speaking its a model for doing something if you find yourself developing websites that always do the same things like manage user access, display data, facilitate upload of photos, manage access to a back end database eventually you are going to start designing these websites in a similar way to make it quicker to do and easier to change going forward. What you are creating is a framework. I think at a more detailed level a php framework might be a way to create and manage objects, classes, database interaction. Thats just some thoughts from a fellow beginner.
captainmerton is offline  
Reply With Quote
The Following User Says Thank You to captainmerton For This Useful Post:
dodgeqwe (07-13-2009)