Category Archives: PHP Development

April 10, 2013
by Julian

Version Control Ignore Patterns in Zend Studio

In order to globally manage the “Ignored Resources”  patterns in Zend Studio, for all projects , instead of manually add to each project, you can do the following: 1. Go to Window-> Preferences 2. Team -> Ignored Resources  3. using … Continue reading

Posted in Best Practice, PHP Development, Version Control | Leave a comment

May 25, 2012
by Julian

Scientia Mobile licensed its Wurfl Cloud PHP library to DotKernel 1.6

In the DotKernel version 1.6.0 , released on May 16th, 2012 we have removed the GPL’ed WURFL PHP library , as the code it was obsolete anyway and also the structure of the XML file was changed. Instead , we … Continue reading

Posted in DotKernel, PHP Development | Leave a comment

April 20, 2012
by Julian

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 Continue reading

Posted in Best Practice, DotKernel, PHP Development | Leave a comment

March 2, 2012
by Julian

Zend Studio PHP Formatter file for DotKernel coding standard.

Here is  uploaded the XML file , ready to be imported in your Zend Studio, version 9.x This file follow DotKernel’s Coding standard. Unzip the file. Go to Zend Studio -> Preferences -> PHP -> Code Style -> Formatter Import … Continue reading

Posted in DotKernel, PHP Development | Leave a comment

October 18, 2011
by Julian

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 … Continue reading

Posted in Best Practice, PHP Development | Leave a comment