This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. DotKernel has an example mobile site at http://v1.dotkernel.net/mobile that uses jQuery Mobile. Wurfl is also used to detect … Read More … Read More
Dotkernel
DotKernel 1.2.0 release
This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Finally we reached DotKernel 1.2.0 milestone. Since the previous released 1.1.2, some changes have been made. … Read More
Sending emails using Dot_Email component and Zend_Email
Dot_Email class extends Zend_Mail, so all the methods from Zend_Mail are available in Dot_Email. Dot_Email is a simple class composed only from 2 methods, except constructor, all other methods beeing inherited from Zend_Mail. … Read More
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