Questions tagged [symfony-2.3]

This is the Symfony 2.3.x specific tag. Use it in addition to the symfony2 tag if your question is specific to Symfony 2.3.x — not just 2.x.

Symfony is a PHP full-stack web framework developed and maintained by Sensio Labs.

Information

This tag is specific for the 2.3 version of Symfony, which was released on the 3 June 2013 as the first LTS version of Symfony. See the tag for general Symfony 2.x questions.

As of 11 June 2013, the latest stable release of Symfony 2.3 is version 2.3.1.

Living on the edge

There are a set of interesting links on the symfony blog about what's new in this version:

Useful links

771 questions
-2
votes
1 answer

Can't call a custom respository methode symfony2

I've followed every step in the book, but I can't get to work any entity custom repository. The problem her is that i have been trying to call the method filtrerExperienceTotal but The code completion shortcut (Ctrl-Space) can't find the method,…
Firas Chebbah
  • 415
  • 2
  • 12
  • 24
-2
votes
1 answer

Provide login_path with arguments in security.yml for symfony2.3

Below given my security.yml file. In that i need to provide "twilight" as an argment. firewalls: frontend: pattern: /twilight/backend/.* provider: fos_userbundle anonymous: ~ form_login: …
Ravikumar
  • 149
  • 1
  • 6
-2
votes
2 answers

Certification in PHP and SEO

Can anyone please guide me which kind of certifications are available for php and seo? I am a php developer as well as a Lecturer. And i want to teach and guide my students. I know symfony and wordpress. But other then this what kind of…
Kaushal Bhatt
  • 346
  • 1
  • 10
-3
votes
1 answer

Post Form and redirect response

Hi I have code PHP and I want to convert this code into symfony controller Code PHP header("Pragma: no-cache"); header("Cache-Control: private"); header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0",…
Mido
  • 41
  • 1
  • 4
-4
votes
1 answer

Upgrading Symfony 2.3 to 4.4

How time consuming is migrating a medium/large sized legacy Symfony application from version 2.3 to 4.4 compared to rewriting it in a different framework? From the research I've done it seems like quite a lot of stuff has changed between these…
Robbe R
  • 23
  • 1
  • 7
-5
votes
1 answer

compatibility users between Symfony 2.3 & 1.4

So at my job we have two web sites with the same users to log in. One web is done with symfony 2.3 the other 1.4 and my boss asked me to make possible change between web sites without have to log in again. I don't have any idea of how start or…
Serk
  • 136
  • 2
  • 11
1 2 3
51
52