What is dotKernel
- dotKernel is the dotBoost’s “skeleton” project from which to start a new application, based on Zend Framework.
- dotKernel is NOT a framework, is only a Rapid Application Development Tool, for internal use of our company.
- dotKernel will not alter in any way ZF code, and is built upon an unmodified Zend Framework version.
- The Zend Framework MVC (Model-View-Controller) architecture is used in dotKernel
List of dotKernel classes which extend ZF:
- Template system.
- Custom Front Controler.
Using Zend_View, which is an interface, we can write our own view class implementing that interface.
We implement our own good-old PHPLIB-style template.
ZF’s default routing like “/controller/action/param1/value1″ need to be customized.
We define our own routing rules and add them to the Front Controller (see ZF Front Controler).
We use some custom routes on our projects.
March 30, 2008 | Filed Under dotkernel
Comments
Leave a Reply