Stack Exchange
log in   chat   discuss   faq   users   badges

Area 51 » Technology

146
followers
Follow It!
Share This

Symfony 2

Proposed Q&A site for serious Symfony 2 core developers and Symfony 2 framework users.
flag

21
votes
7
answers

Why do we need a site for Symfony?

apr 10 at 13:36 Blowski 210
2
votes
1
answer

Should that proposition include Doctrine in his scope?

mar 31 at 17:52 UKB 201

create new discussion

31 Example Questions

active oldest votes
up vote 17 down vote
Is it possible to use dual authentication with Symfony 2?
added by Xuni, edited by WikiSpeedia hang-around Nov 20 '11 at 12:25
link|flag
up vote 15 down vote
What are the best practices for using dependency injection in Symfony 2?
added by Anton Babenko, edited by WikiSpeedia hang-around Sep 19 '12 at 17:41
link|flag
up vote 14 down vote
How can I use regular PHP functions in a TWIG template?
added by dvb Nov 19 '11 at 23:10
link|flag
up vote 14 down vote
What is the best way to translate JavaScript literal strings in Assetic assets?
added by xun Nov 19 '11 at 23:24
link|flag
up vote 12 down vote
How to set {locale} in every URL in Symfony 2?
added by HappyDeveloper Nov 20 '11 at 3:53
link|flag
up vote 11 down vote
Are there any code migration best practices if I want to change from Symfony 1.4 to 2.0?
added by dvb, edited by WikiSpeedia hang-around Nov 20 '11 at 12:25
link|flag
1  
A serious symfony2 developer does not change from symfony 1.4. – hakre Mar 24 '12 at 12:09
1  
Yes but he also doesn't re-invent the wheel, if there is a good code for 1.4, I could prefer migrating it rather than rewrite it from base – User Apr 21 '12 at 18:46
2  
Instead of code migration, I will recommend to put Symfony 2 in front of an other application and migrate the project step by step – j0k Jan 23 at 13:18
That is a good question, because even if you migrate step by step as j0K said, you still have to check for very specific differences while migrating – Hugo Dozois Apr 21 at 17:28
up vote 11 down vote
How to set up Doctrine2 fixtures when testing with PHPUnit?
added by User Mar 17 '12 at 23:14
link|flag
Doctrine2 is not symfony2. And PHPUnit isn't as well. – hakre Mar 24 '12 at 12:03
3  
This is true of course but usually when developing with sf2 you would test with PHPUnit, and Doctrine 2 is shipped with the standard edition of sf2 so... – User Apr 21 '12 at 18:52
up vote 11 down vote
How can I extend or overwrite specific part of a bundle?
added by xun Mar 17 '12 at 23:28
link|flag
up vote 11 down vote
How does one use a GroupSequenceProvider for validation?
added by MDrollette Jun 14 '12 at 18:55
link|flag
up vote 11 down vote
I don't use a relational database. How do I completely rip out ORM configuration in the Symfony 2 standard distribution?
added by Adam Monsen, edited by WikiSpeedia hang-around Nov 10 '12 at 19:34
link|flag
up vote 11 down vote
What is the optimal .gitignore configuration for Symfony 2 projects?
added by alvaro_mmf, edited by WikiSpeedia hang-around Nov 10 '12 at 19:33
link|flag
up vote 10 down vote
What is the best practice to create a new entity?
added by Xuni Nov 20 '11 at 11:31
link|flag
up vote 10 down vote
How do I redirect from an embedded controller?
added by Ondrej Slinták, edited by WikiSpeedia hang-around Sep 19 '12 at 17:41
link|flag
3  
Wouldn't it be better to ask if it's a good idea to actually redirect from an embedded controller? – hakre Mar 24 '12 at 12:06
up vote 10 down vote
How to create custom annotations for controller actions (@auth_required, @jsonp etc)?
added by Victor Farazdagi Mar 15 '12 at 9:33
link|flag
up vote 10 down vote
How can I create my own custom field type when using the Form Component?
added by User Mar 17 '12 at 23:06
link|flag
up vote 10 down vote
How can I share simple utility functions across bundles?
added by user54531 Mar 19 '12 at 17:46
link|flag
up vote 10 down vote
How can I set a custom default form template globally for Twig?
added by MDrollette Jun 14 '12 at 18:58
link|flag
up vote 10 down vote
How can I restart an application/console command without shell access? Example: php app/console AcmeService:run
added by Phill Pafford, edited by WikiSpeedia hang-around Sep 19 '12 at 17:40
link|flag
up vote 10 down vote
How can I offer both YAML or XML configurations for a custom DI http://symfony.com/doc/current/components/dependency_injection/introduction.html
added by Phill Pafford, edited by WikiSpeedia hang-around Sep 19 '12 at 17:40
link|flag
How can I offer the flexibility of either config format for my bundle? – Phill Pafford Sep 13 '12 at 3:10
up vote 10 down vote
How do I set up a multi-tenant ACL system effectively without rewriting the entire Security Component?
added by msumme Sep 21 '12 at 2:57
link|flag
up vote 6 down vote
How Can I Inject the Twig Templating Engine into my Mailer Service?
added by Hugo Dozois Mar 17 at 18:37
link|flag
up vote 5 down vote
How to run Composer in a git post-receive hook when deploying a Symfony 2.1 app?
added by Adam-E Nov 19 '12 at 22:53
link|flag
up vote 5 down vote
Making a fat model in Symfony 2 - Composition or Inheritance and how best to structure my model layer
added by kissmyface Apr 4 at 15:25
link|flag
Question was posted on Stackoverflow stackoverflow.com/questions/13894200/… – kissmyface Apr 4 at 15:26
up vote 3 down vote
Using the sensio annotations for controllers, what is the proper path route name by default?
added by Brad F Jacobs Dec 10 '12 at 4:03
link|flag
up vote 2 down vote
How to dump Symfony2 assets to Amazon S3?
added by Adam-E Nov 19 '12 at 22:42
link|flag
up vote 2 down vote
How can I get the ACLs for another user than the current logged one?
added by Hugo Dozois Mar 17 at 18:21
link|flag
which is related to a question I asked on SO and that would fit totally here. – Hugo Dozois Mar 17 at 18:22
up vote 0 down vote
How do implement the minimal setup for the Security component in a custom framework?
added by Adam-E Nov 19 '12 at 22:34
link|flag
up vote 0 down vote
What's the correct way to manage background images in a css file under app/Resources?
added by Adam-E Nov 19 '12 at 22:37
link|flag
up vote 0 down vote
Can I proxy a Symfony2 app via Node.js?
added by Adam-E Nov 19 '12 at 23:07
link|flag
up vote 0 down vote
How can I remap the route from inside a controller to a different controller without a full refresh in the browser?
added by User Apr 22 at 22:17
link|flag
up vote 0 down vote
What is the correct way to define <parameter type> in the parameter tree of a bundle configuration file?
added by Hugo Dozois May 7 at 17:51
link|flag

Log in or register to propose your own example question!

This proposal is in:

Definition

The topic and audience are still being decided. It needs:

  • 0 more followers
  • 20 more questions with a score of 10 or more

to move to the next phase.

proposed by

dvb
2,786●1●9●38

1 year ago

edited by

WikiSpeedia hang-around
25.2k●27●128●341

1 year ago

viewed

2,626 times

latest activity

15 days ago

followers

users also following

4.1% GitHub
4.1% Magento
3.4% Joomla!
2.7% Freelancing
58.9% only this proposal

followers active in

48.6% Stack Overflow
8.9% Server Fault
8.9% Super User
6.8% Programmers
6.2% Meta Stack Overflow
4.8% Webmasters

recent followers

added May 18 at 12:54
David Manners
933●27
added May 17 at 20:39
user87430
51●1
added May 14 at 20:41
tforrer
51●1
added Apr 30 at 22:43
nietonfir
51●2
added Apr 29 at 3:43
Somy A
532●1●11
added Apr 15 at 9:25
Shane O'Grady
1,622●6●15
added Apr 12 at 4:03
Mark-K
51●1
added Apr 11 at 19:37
Michal Mau
2,598●1●12●27
added Apr 11 at 17:32
SalmanPK
3,898●2●22●36
added Apr 10 at 15:48
chrisjlee
13.3k●4●69●338
added Apr 10 at 11:19
Blowski
7,970●2●25●93
added Apr 9 at 11:21
The Lucky Goof
554●4●24
added Apr 4 at 13:34
user83586
51●1
added Apr 1 at 22:35
greggles
2,776●6●33
added Mar 31 at 19:06
Arend-Jan Tetteroo
51●1
added Mar 29 at 19:37
sepehr
689●3●20
added Mar 27 at 10:34
user81881
51●1
added Mar 20 at 22:04
Ronny
51●2
added Mar 19 at 22:08
Darek Wędrychowski
3,735●5●43
added Mar 17 at 18:20
Hugo Dozois
7,651●6●24●112
added Mar 12 at 21:37
james_t
1,296●1●1●11
added Mar 6 at 4:14
steady_daddy
51●1
added Feb 5 at 8:45
habeebperwad
1,506●1●8●39
added Jan 27 at 14:40
slashsBin
51●1
added Jan 23 at 10:41
user75248
51●1
added Jan 19 at 12:54
Stony
5,217●6●20●49
added Jan 17 at 15:20
Andrew
51●1
added Jan 11 at 14:05
Genesor
51●3
added Jan 10 at 15:50
bksunday
51●2
added Jan 3 at 12:36
Broncha
1,817●3●18
added Jan 3 at 11:19
Max Małecki
1,231●2●4●12
added Jan 2 at 3:58
davidalger
1,879●3●32
added Dec 31 '12 at 14:42
benmarks ♦ 1
16.9k●1●15●73
added Dec 31 '12 at 12:49
dlsniper
51●1
added Dec 29 '12 at 18:01
tacheshun
51●2
added Dec 28 '12 at 6:32
user72331
51●1
added Dec 20 '12 at 13:46
Shyam Sunder Verma
86●4
added Dec 4 '12 at 14:05
user71066
51●1
added Nov 9 '12 at 13:34
user69970
51●1
added Nov 7 '12 at 9:46
user69853
51●1
feed icon proposal feed
faq | blog | legal | privacy policy | contact us | feedback always welcome
site design / logo © 2011 stack exchange, inc.; user contributions licensed under cc-wiki with attribution required
rev 2013.5.22.149