This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. From time to time, it may be a good idea to have a persistent connection to database. The … Read More
Dotkernel
Manual upgrade of WURFL xml file in DotKernel
This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. DotKernel Application Framework can be downloaded with WURFL XML file bundled in it, but is quite an old … 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
Protecting admin folder with .htaccess in Plesk
This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. In /var/www/vhosts/exampledomain.com/conf/vhost.conf file add this code: AuthType Basic AuthName “My Site Admin” AuthUserFile /var/www/vhosts/exampledomain.com/conf/.htpasswd Require … Read More