Highcharts Integration in DotKernel 1.6.0

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Integrating a new charting library in the latest version of DotKernel (1.6.0) we offer a new experience with … Read MoreRead More

Forcing UTF8 connections and character set in MySQL

In some situations, it may be neccesar to force MySQL server collation and character set to UTF8. As you can’t control all scripts that are connecting to your database( for instance: mysql command line, or mysqldump) For that , open … Read More

Commitment to PHP – new Zend Certified Engineers – ZCE – in our team

Another 2 of our team members passed the ZCE exam. Now we are 5 🙂 That mean we are really taking PHP  into serious , and at least we have good technical skills. Zend Yellow Pages

Using UTF8 charset in DotKernel

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. In order to use UTF8 encoding in your DotKernel based system, is needed to make some changes in … Read MoreRead More

Zend Framework dropped integration of WURFL adapter

According to Matthew Weier O’Phinney, Zend Framework Project Leader, in the next release of ZF, 1.12.0 branch, WURFL adapter will be dropped due to a change in licensing by the WURFL project — the free version is now AGPL — … Read More

Zend Studio PHP Formatter file for DotKernel coding standard.

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. Here is  uploaded the XML file , ready to be imported in your Zend Studio, version 9.x This … Read More

How to Set a Persistent Connection to Database with Zend Framework Zend_Db adapter

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

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

Remote connections to MySQL server on Plesk based servers

By default, MySql servers on Linux machines where Plesk is installed, have the old_passwords=1 or ON flag. That mean even if you have MySQL 5.5+ version, it still use old style of password storage, pre-mysql 4.1+ If you try to … Read MoreRead More

Adding a second caching layer to WURFL in Dotkernel using APC

This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 related posts, go here. On one of our recent projects that used WURFL, response time was an important factor. Profiling revealed that … Read MoreRead More