ens.ro
How to Check If a Form Field Has Errors in Twig (Symfony2) | ENS
http://www.ens.ro/2015/01/13/how-to-check-if-a-form-field-has-errors-in-twig-symfony2
How to Check If a Form Field Has Errors in Twig (Symfony2). January 13, 2015. Recommended reading: Symfony2 Doctrine Migrations with Unique Indexes (Slugs). Sometimes you need to check if a field or even the entire form has errors before rendering them (e.g. when adding an errors container). Find out how by reading the post I wrote here: Symfony2: How to Check If a Form Field Has Errors in Twig. How to get the current route and URL in Symfony2. Leave a Reply Cancel reply. Five + 3 =. You may use these.
ens.ro
Linux Commands Every Web Developer Should Know | ENS
http://www.ens.ro/2015/02/02/linux-commands-every-web-developer-should-know
Linux Commands Every Web Developer Should Know. February 2, 2015. Recommended reading: How to Create a Custom Symfony2 Password Encoder. Here’s a new blog post where you can find a list of Linux commands I found very useful throughout the years: Linux Commands Every Web Developer Should Know. Add Share Buttons to Symfony2 Website. Using Git for Big Projects. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *. 3 × five =. You may use these.
ens.ro
symfony2 jobeet | ENS
http://www.ens.ro/tag/symfony2-jobeet
Tag Archives: symfony2 jobeet. Jobeet Tutorial for Symfony2.3. August 8, 2013. Recommended reading: How to Fix Symfony2 Ajax Login Redirect. An updated Jobeet Tutorial for Symfony 2.3. Is available. Enjoy! Symfony2 Jobeet Day 14: Feeds. August 17, 2012. Recommended reading: How to Create a Custom Symfony2 Password Encoder. Symfony2 Jobeet Day 13: Security. August 9, 2012. Recommended reading: How to Fix Symfony2 Ajax Login Redirect. Symfony2 Jobeet Day 12: The Admin Bundle. July 13, 2012. With the additi...
ens.ro
symfony2 | ENS
http://www.ens.ro/tag/symfony2
Create Your Own Symfony2 Password Encoder. October 12, 2015. Recommended reading: How to Create a Custom Symfony2 Password Encoder. If you ever needed to migrate an old project’s users to Symfony2, you probably needed to preserve their passwords. As the passwords are encoded using a specific algorithm, you have to configure your new Symfony2 project to use exactly the same method in order for the old passwords work. Confirm Email Change in FOSUserBundle. August 24, 2015. January 16, 2015. January 15, 2015.
ens.ro
PHP | ENS
http://www.ens.ro/category/web-development/php
Create Your Own Symfony2 Password Encoder. October 12, 2015. Recommended reading: Symfony2 Doctrine Migrations with Unique Indexes (Slugs). If you ever needed to migrate an old project’s users to Symfony2, you probably needed to preserve their passwords. As the passwords are encoded using a specific algorithm, you have to configure your new Symfony2 project to use exactly the same method in order for the old passwords work. Quick Fix for Symfony2 Ajax Login Redirects. August 25, 2015. August 24, 2015.
ens.ro
Fix SoftDeletable Doctrine Entities with Unique Index Columns (Symfony2) | ENS
http://www.ens.ro/2015/01/14/fix-softdeletable-doctrine-entities-with-unique-index-columns-symfony2
Fix SoftDeletable Doctrine Entities with Unique Index Columns (Symfony2). January 14, 2015. Recommended reading: Symfony2 Doctrine Migrations with Unique Indexes (Slugs). If you are using the Gedmo SoftDeletable Doctrine extension for entities that have some unique index columns, you will probably encounter a MySQL error when trying to add new entity with the same values as one previously deleted:. SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry . for key. Leave a Reply Cancel reply.
ens.ro
Dragos Holban | ENS
http://www.ens.ro/author/dragos
All posts by Dragos Holban. Symfony2 Doctrine Migration When Adding Sluggable Extension. October 28, 2015. Recommended reading: How to Fix Symfony2 Ajax Login Redirect. Here is a problem I had when adding the sluggable behaviour on existing data. The generated migration was not working because of the unique index it tries to set on the slug columns. Here is how to fix this: Symfony2 Doctrine Migrations with Unique Indexes (Slugs). Create Your Own Symfony2 Password Encoder. October 12, 2015. A new post is...
ens.ro
Web Development | ENS
http://www.ens.ro/category/web-development
Category Archives: Web Development. Create Your Own Symfony2 Password Encoder. October 12, 2015. Recommended reading: How to Create a Custom Symfony2 Password Encoder. If you ever needed to migrate an old project’s users to Symfony2, you probably needed to preserve their passwords. As the passwords are encoded using a specific algorithm, you have to configure your new Symfony2 project to use exactly the same method in order for the old passwords work. Quick Fix for Symfony2 Ajax Login Redirects. HereR...
ens.ro
php | ENS
http://www.ens.ro/tag/php-2
Confirm Email Change in FOSUserBundle. August 24, 2015. Recommended reading: Symfony2 Doctrine Migrations with Unique Indexes (Slugs). A new post is available at the following link, describing how to extend the FOSUserBundle to require email confirmation when an user cahges his email suing the edit profile form: How to Enable Email Confirmation on FOSUserBundle Profile Edit. PHP Developer Needed (Iasi, Romania). February 15, 2013. PHP send zip file to browser for download. April 7, 2012. April 6, 2012.
ens.ro
symfony 1.4 | ENS
http://www.ens.ro/tag/symfony-1-4
Tag Archives: symfony 1.4. Setting Up Symfony 1.4 and Uploadify Session Id. April 26, 2012. Recommended reading: How to Enable Email Confirmation on FOSUserBundle Profile Edit. Currently on version 3.1.0) has the option to send the session name and id. To the upload script so you can secure the action handling this in Symfony. But to make Symfony 1.4 use the session id send by Uploadify you have to create a new class that extends the. E class and use it for the session storage: Continue reading →.