Clade V 1.0

Clade is a Filipino made MVC framework. Written by yours truly. It’s basically open for the public to criticize, positively or not. Would love to hear your comments. So far, not much documentation coz I hate to write, but perhaps if I have spare time, I’ll have PHPDoc help me.
You can download it here.
If you’d […]



creating a clade model

Basically, models are classes that represents a certain object. Clade Models extends the ActiveRecord class. The ActiveRecord class contains finders and other methods to manage the database. Since Clade is an MVC Framework, we will then discuss the basics in creating a model. Models must be located under app/models/ directory. The filename of the model […]



clade db config

All configuration files are located at config/ directory. By default, the database configuration is located in database.php under the config/ directory. Below is the detailed description of the database configuration.
Set the host name where the database is hosted. By default, the database host is located in the same machine of the web server, therefore, we […]



Clade Framework (Introduction)

Another MVC Framework? Yes, another MVC Framework, a filipino written MVC Framework. Evolving into a very dynamic framework, and despite of the hectic schedule, I’m getting this baby done. Still very immature and young but hopeful.
Stay tuned for more updates.
A Filipino MVC Framework by iyanski. If you want to contribute to Clade whether financially or […]