What is dotKernel

March 30th, 2008  by admin

Posted in DotKernel

2 comments »

Tags:

  • 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.

Zend Framework, The Foundation of Enterprise PHP

March 30th, 2008  by admin

Posted in DotKernel

No comments »

Tags:

Why we choose ZF as the foundation of dotKernel, the dotBoost Rapid Application Development.

A New framework (dotKernel) vs. Zend Framework ?

March 28th, 2008  by admin

Posted in DotKernel

No comments »

Tags:

1.What is a framework ?
(a)a standard library of components that you can drop into your application

2. What is Zend Framework(ZF) ?
(a)is a PHP library for building PHP web applications
(b)is really a hybrid framework and as such can be used in a much larger range of projects than strict “application frameworks”. While many components in Zend Framework can be used stand-alone like a component library; it is, at its core an implementation of the “Model-View-Controller” (MVC) pattern.