Archive for the ‘My PHP Logs’ Category

$phpPost->_title(" DooPHP + Alloy Framework + Zend Framework + Object not found! + The requested URL was not found on this server ");

$phpPost->_comments(" No reaction thrown, try-catch{} one? ");

Assumption: You are using a Linux distro + You are using Xampp as your LAMP stack If you are new to using MVC frameworks, for instance DooPHP, AlloyFramework or ZendFramework, it might be that you have been bumping your head against the wall when you browser outputs the following error message: “Object not found! The [...]

[ Read more, click here! ]

$phpPost->_title(" How To Code A Singleton Design Pattern In PHP 5+ ");

$phpPost->_comments(" 1 reaction catched - throw another? ");

This Article is a glance at how the singleton design pattern can be implemented in a PHP context. Other aspects of this pattern is also discussed, for e.g pros and cons.

[ Read more, click here! ]

$phpPost->_title(" DooPHP – How To Decouple PROTECTED_FOLDER To Make Your Protected Folder Outside Your Public/Web Root Folder ");

$phpPost->_comments(" No reaction thrown, try-catch{} one? ");

DooPHP is a light-weight PHP framework, which claims to be one of the fastest MVC framework. A glance at How To Decouple PROTECTED_FOLDER To Make Your Protected Folder when using DooPHP.

[ Read more, click here! ]

$phpPost->_title(" WordPress Finally Drops Support For Deprecated PHP 4 and Its Wife MySQL 4 ");

$phpPost->_comments(" No reaction thrown, try-catch{} one? ");

Wordpress announces end of life for PHP 4 and MySQL 4. One of the main success of Wordpress was its ability to run in almost any web host whether or not the PHP and MySQL version were outdated. This flexibility finally ends here.

[ Read more, click here! ]

$phpPost->_title(" How Relevant Are Business Goals In PHP Software Architectures In An Era Of PHP-Loving Web-Based Systems ");

$phpPost->_comments(" 4 reactions catched - throw another? ");

Business goals change so fast due to the rapid evolving nature of the Internet’s ecosystem, to understand the relevance of business goals in software architectures with respect to the PHP ecosystem, Periklis Tsirakidis and Johann-Peter Hartmann of MayFlower carried out a survey..

[ Read more, click here! ]

$phpPost->_title(" How To Get Precise Error Messages For Issues Related To WordPress and MySQL ");

$phpPost->_comments(" No reaction thrown, try-catch{} one? ");

I’m sure you have noticed that for the 4 possible errors related to WordPress and MySQL, the error message is still the same. But as a web developer, when your system in on local development phase, you would surely want to get precise error messages.

[ Read more, click here! ]