- Categories
- Best Practice (7)
- DotKernel (12)
- javascript (1)
- PHP Development (6)
- Zend Framework (3)
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
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