Add custom error message for form fields in symfony2 Symfony is a set of reusable PHP components and PHP framework…
Jquery ajax api is very useful api to send ajax call on server. In some scenarios we might need to…
Rest Drupal Admin Password To reset drupal admin password when you lost it and email notification could not work mostly…
In following code change function will trigger on page load because of change() it at end of function. This change()…
While debugging php code we might need to use print_r() or var_dump() functions with exit or die, as in following…
Get controller name and method name. CodeIgniter is a powerful PHP framework with a very small footprint, built for developers…
Vim is a text editor written by Bram Moolenaar. Its based on the vi editor common to Unix-like system. Following…
You can add following code on top of your php file. I had warnings and notices on joomla 2.5.11 site,…
Sometimes we require to execute complex query in symfony 1.2 with propel. For this following code can be used. $rowObj…