symfony-2.5 Questions
4
Solved
Is it possible to create and render and array of forms I know about collections but they don't really fit in my idea?
What I want is something like this
Controller
$data=$em->findAll();
$Form...
Amling asked 15/7, 2014 at 0:13
3
Solved
I am using fosuserbundle for login and registration in my symfony 2.6 project.
Now I want to allow user to login via facebook or google account.
I want to use Oauth2 library of friendsofsymfony g...
Selwyn asked 5/3, 2015 at 6:56
4
I've got some issues with Symfony's form validation handling. I'd like to validate a form bound to an entity based on its data. There are quite a bunch of information how to dynamically modify the ...
Russia asked 20/6, 2014 at 10:34
3
Solved
This code worked for Symfony 2.4.5 but it is not working for Symfony 2.5:
This is my HRAPI Extension class that was working in Symfony 2.4.5 but not in Symfony 2.5
<?php
namespace HardCoreMor...
Gharry asked 5/6, 2014 at 15:55
1
Solved
NOTE: This is Native Query specific
I have 2 related entites "CrmBusinessPartner" and "RefCountry" and "CrmBusinessPartnerRepository" repository.
CrmBusinessPartner entity
/**
* CrmBusinessPart...
Throve asked 13/11, 2014 at 14:30
4
Solved
I have been working on a website in development environment built on top of Symfony framework and now it is time to deploy it to live site, in development environment we run the command php app/con...
Ahmadahmar asked 17/9, 2014 at 10:16
1
Solved
I don't know if this is a Symfony issue or a FOSUserBundle issue so I'll report here and hope get some help. I have two development instances:
CentOS 6.5, PHP 5.5.16, MySQL 5.5.37
CentOS 7, PHP 5....
Docila asked 2/9, 2014 at 0:30
1
Solved
The goal
We are providing a client with a solution for a multiple-choice practice system where students pay for a monthly membership in order to test their knowledge and prepare for medical-relate...
Electrotonus asked 18/8, 2014 at 17:20
1
I just installed both Symfony2.4.4 and Symfony2.5.1 and set up a hello world page + some basic things I use (assetic js/css management etc). Configuration and setup for both projects are exactly th...
Boa asked 9/7, 2014 at 6:26
1
© 2022 - 2024 — McMap. All rights reserved.