- DotKernel is the dotBoost’s framework from which to start a new application, based on Zend Framework.
- DotKernel is is a framework, using a simplified MVC , for internal use of our company.
- DotKernel will not alter in any way ZF code, and is built upon an unmodified Zend Framework version.
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.
DotKernel
This entry was posted in DotKernel and tagged DotBoost, DotKernel, What is DotKernel. Bookmark the permalink.
paul October 24, 2009 at 5:55 pm
where i can create account?
admin October 28, 2009 at 4:26 am
account to do what ?