How To Upgrade Wamp to PHP 5.3.4

1.    Stop WAMP server. 2.    Go to windows.php.net and download the the latests ZIPPED package for php5.3.4. Make sure it is the VC6 Thread Safe build. DO NOT DOWNLOAD THE INSTALLER. 3.  Create a folder php5.3.4 into wamp/bin/php … 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

End of Support for PHP 5.2.x Branch

PHP 5.2.14 was just released . And this is the end of support for 5.2.x branch of PHP . NOTE:This release marks the end of the active support for PHP 5.2. Following this release the PHP 5.2 series will receive … Read More

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