This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 or above related posts, go here. DotKernel Application Framework can be downloaded with WURFL XML file bundled in it, but is quite … Read More
Blog
Zend Server 5.5 Quick Setup on Windows
In order to make usable a fresh installation of Zend Server 5.5.0 on Windows 7, and be ready for development , few quick steps are required: … Read More
Listen for Android install referrer
Have you ever wondered if Android market sends you information at the moment of app install? Wouldn”t be nice to create custom links to your android application, including bits of information about the referrer, and send it directly to the … Read More
Multiple broadcast receivers in the same app, for the same action
Did you come to a point where using multiple broadcast receivers to listen for the same intent, separatly, in the same android app, leads to unexpected results? If that”s the case, one broadcast receiver might consume the broadcasted intent, online … Read More
Zend_Auth and Zend_Acl integrated in DotKernel
Zend_Auth and Zend_Acl have been integrated into the DotKernel, starting with version 1.5.0 With the integration of these two major components for user authorization and access we completely refactored the User and Admin models by using Dot_Auth and Dot_Acl classes. … Read More