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

Aptana – set SVN keywords

In Aptana it’s very simple to set the svn:keywords property for a file. For example if you want to set the svn keyword property Id: … Read More

DotKernel 1.3.2 release

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Before the winter holiday we came with a new release: DotKernel 1.3.2 It contains many bug fixes, some … Read MoreRead More

WURFL Zend Framework Integration into DotKernel

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. WURFL is integrated into DotKernel, using the Zend_Http_UserAgent class from the latest release ZF 1.11.0rc1 ( Beta release … Read MoreRead More

GeoIP: Ip Address Location In DotKernel

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. GeoIP is the proprietary technology that drives MaxMind’s IP geolocation data and services. It is a non-invasive way … Read MoreRead More

Using Aptana to connect to DotKernel tracker (Mantis)

In developing DotKernel application framework, we needed a tracking system. DotKernel Tracker is the place where the bugs are reported, new features are announced and other general tickets are added. DotKernel Tracker is a Mantis web-based bugtracking system. To simplify … Read MoreRead More

DotKernel 1.3.0 release

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. DotKernel 1.3.0 is released at last. It contains important changes and new features. – 64: [Feature] Skin switcher … Read MoreRead More

Using LIKE wildcards with Zend_Db

Continuing the Zend_Db article series, let’s discuss the LIKE condition. The LIKE condition allows you to use wildcards in the WHERE clause of an SQL statement. This allows pattern matching. It can be used in any valid SQL statement (SELECT, … Read MoreRead More

PHP Environment : Development Staging Production

In hosted software development, the environment refers to a server tier designated to a specific stage in a release process. The purpose of these environments is to improve the development, testing and release processes in client-server applications. The most common … Read MoreRead More

DotKernel 1.2.2 release

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Yesterday, we released DotKernel 1.2.2. It contains some bug fixes: 31 – captcha errors try catch 32 – … Read MoreRead More