Maleo is a free and open source php framework to build web based application. Maleo is built with primarily purpose to help student easy to learn object oriented programming.
Tugas Kuliah untuk membuat sebuah Applikasi mengatur barang barang gudang yang ada didalam percetakan, dengan Applikasi ini diharap untuk memudahkan orang yang bekerja didalam gudang untuk lebih mengetahui detail barang barang yang ada didalam gudang percetakan
Model View Controller(MVC) in PHP. The model view controller pattern is the most used pattern for today's world web applications. It has been used for the first time in Smalltalk and then adopted and popularized by Java. At present there are more than a dozen PHP web frameworks based on MVC pattern
CQmvc is a PHP MVC Framework that is a lightweight and Clean and Quick implementation IMHO. It's focus is on Request Model Bindings in which you can POST data with the exact Object Graph Navigation Model, that is, CQmvc with the help of a Runtime class, translates, auto expands and initiates and maps to your existing parameters defined in your controller's action. Check out documentation to find out more