camelCase Table Names in MySQL on Windows

If you are using a WAMP stack, like WAMP or XAMPP, and try to create a table in camelCase ( example: adminLogin) you will notice that camelCase is not working, table name will be lowercase: adminlogin. In order to fix … Read More

DotKernel Database Naming Conventions for MySQL

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. DotKernel borrows the database naming conventions from FaZend: Rules of naming of database tables and columns. FaZend is … Read MoreRead More