Tag Archives: coding standard

DotKernel Database Naming Conventions for MySQL

DotKernel borrowed the database naming conventions from FaZend: Rules of naming of database tables and columns. FaZend is an open-source PHP framework based on Zend Framework. Database naming conventions for tables and columns: Singular table names only (e.g. user, category, … Continue reading

Posted in DotKernel | Tagged , | 1 Comment

DotKernel Coding Standard

DotKernel will be a “skeleton”of Zend Framework. DotKernel borrowed the coding standard from Zend Framework: ZF Coding Standard with some exceptions. In what follows, we will make remarks only on those features that are slightly different in the coding standards … Continue reading

Posted in DotKernel | Tagged , | Leave a comment