Before i start, i am not a Symfony pro. I have a day job and i am updating my website on my freetime (usually on the weekends). Its been 2-3…
Finally have some time to update one of my personal website (http://www.hostpohotocontest.com) from Symfony 1 to Symfony 2 framework. Below are the noticeable differences i encounter when migrating to Symfony 1 to 2.…
If you, like me try to use the following command in using composer and get this error You are probably using Windows command prompt to do the update. Try this…
Below are the snippets on how to implement a conditional validation in the form. i.e. validate field A if field B is true As discussed in this tutorial (though it…
If you use symfony’s sfDoctrineApply plugin and for some reason, the ‘id’ and ‘user_id’ in sf_guard_user_profile are messed up, you can try the below SQL. The SQL would update sf_guard_user’s…
if you are using the admin generator to generate your backend application and want to show thumbnail or photo in your listing, you can try the following steps. Here’s an…
If you have this error Call to undefined method myUser::setReferer. and if you are using sfGuard plugin, go to apps\[project]\lib\myUser.class.php and change to
If you had deployed to production/LIVE environment and encounter this error message when you tried to access fontend_dev.php, it is due to a security IP check in fontend_dev.php to check…
Going to build a new photography website which will be maintain by my friend and myself. Am looking at the current popular PHP frameworks which need to fufil the following…