Monthly Archives: May 2009

Flex 3: compare two dates

Theory of Operation You’re using Flex 3 and want to compare two dates. The format of the dates is string something like “2009 May 05″. The question is … What’s the best way to compare them Well if you’ve the … Continue reading

Posted in flex 3, web development | Tagged , , , | 11 Comments

Switch from Zend_Loader to Zend_Loader_Autoloader

Zend_Loader Zend_Loader was the usual kind of autoloading in Zend Framework before version 1.8. Than simply you say: require_once “Zend/Loader.php”; Zend_Loader::registerAutoload(); That made all your application to autoload files from the library folder where usualy the Zend Framework stays. That … Continue reading

Posted in zend framework | Tagged , , | 18 Comments

php.ini for two web servers

Two Apaches one php.ini Yes in our case this was the fact. There were two web servers, Apache 2 in our case, and one PHP. The php.ini file was in /etc/ as usual. Everything seemed to be perfect. But however … Continue reading

Posted in web development | Tagged , , , , | Leave a comment