Pypes - Flow Based Programming. Acre, an open source platform for building Freebase apps. Lift :: Home. Lift - The official Lift blog. Firebreath - Project Hosting on Google Code. CodeIgniter - Open source PHP web application framework. Easy front-end framework. The no-framework PHP MVC framework - Rasmus' Toys Page. March 1, 2006 - Disclaimer: Since a lot of people seem to me misunderstanding this article. It isn't about OOP vs. Procedural programming styles. I happen to lean more towards procedural, but could easily have gone more OOP. I simplified the code a bit for brevity, but have added a light OO layer back in the model now. Not that it makes a difference.
What I was hoping to get across here is a simple example of how you can use PHP as-is, without additional complex external layers, to apply an MVC approach with clean and simple views and still have all the goodness of fancy Web 2.0 features. So you want to build the next fancy Web 2.0 site? I don't have much of a problem with MVC itself. Goals for this approach Example Application Here is the example application I will be describing. It is a form entry page with a bit of Javascript magic along with an sqlite backend. The Code This is the code layout. The presentation layer is above the line and the business logic below.
Input Filtering ui.inc.