Corelib is a simple object oriented framework based on several design patterns. To obtain corelib, go to our Downloads section and get the latest version.
Want to help out? We need developers, testers and help writing documentation. If you like to know more, send an email to contribute@corelib.org or join us at #corelib on irc.freenode.net
Corelib is a framework build in PHP and designed with the aim to create a very stable and extensible framework, and low error rate. This is done by standardizing the development process and structure, as well as by encapsulating the process into several enclosed and abstract processes.
Corelib can be used to a number of different things:
Corelib has different kind of layers but the large many would say that it implements a MVC pattern. However it actualy implements a less know pattern called MVA. This works pretty much the same way a MVC pattern works, however it allows us to change the the models and change the way a view is rendered.
Below the differenct processes is listed