Monthly Archives: March 2010

March 12, 2010
by Julian

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 … Continue reading

Posted in DotKernel | 2 Comments

March 10, 2010
by Julian

DotKernel Database Naming Conventions for MySQL

DotKernel borrows 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. Continue reading

Posted in DotKernel | Tagged , | 1 Comment