What is dotKernel

List of dotKernel classes which extend ZF:

  1. Template system.
  2. 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.

  3. Custom Front Controler.
  4. 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.

Comments

Leave a Reply