Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am new to symfony2, Now I am working a symfony2 project, So I need some sample tutorials for creating websites using Symfony2 and xampp with mysql. No need any hello world type tutorials.
I learned Symfony2 from the excellent Symblog tutorial series. I found it remarkably in-depth and easy-to-follow.
I think the best way to learn Symfony2 is, first reading a tutorial like Symblog or Joobet mentioned above and then fork a repo of one app on github which has been made with this framework and play with it. The symfony documentation will help you also.
There is a excellent book on www.symfony.es but is only in Spanish.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am new to symfony just a month before, i am given a task to develop a symfony plugin. Can any one please Guide me how to write a plugin ? Any latest tutorial supporting symfony 2.5.
i searched a lot but found legacy version.
Please Guide me
Thanks A lot !
Basically in Symfony2 naming convention you don't use word plugin but Bundle. Plugin word was used in Symfony 1.x - probably that's why you get legacy version results, try searching Bundle. There's a lot of stuff in net about it. Try this, this or this
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm start learning the tools for Behaviour Driven Development in PHP like SpecBDD and StoryBDD with Symfony2.
The official documentations of these tools are excelent, but not enough to start learning for me (and I hope for other beginners in this subject).
So... Is there any basic featured (I mean basic user authentication / authorization, basic crud of any other model and a few static pages) symfony2 example application developed with these tools?
I want to know for example how to write phpspec for the form types and other symfony's stuff
You can follow the Full stack BDD talk talk by _md and everzet here: https://github.com/everzet/fullstack-bdd-sflive2012/commits/master.
Everzet's wrapup is here: http://everzet.com/post/31581124270/fullstack-bdd-2012-wrapup
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any PHP framework that can be used to build online notes taking tool. like Spring pad. So, that i can install in local server and access it.
Your requirement is to make a Online Notes Taking Tool.
This could be done in any Framework.
Look at CakePHP, CodeIgniter or any frameworks.
You need to be very specific as to what are you looking at.
Moreover, there is nothing specific that only one Framework could achieve.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I like and I am so comfortable with EF provided by .Net wherein I can code first and database tables are generated by the framework itself etc. I am now coding a personal site using PHP. Is there any equivalent thing in PHP which will make my life easier. I cannot choose .Net for personal site. That answer is out :(.
With "Code-First" approach, Doctrine:
Article: Code First Approaching PHP with Doctrine 2.2.1 and Composer.
Official Website: http://www.doctrine-project.org/projects/orm.html
You can check also other popular PHP ORMs, but I'm not sure if you could do "code-first approach" as Doctrine:
http://propelorm.org/
http://redbeanphp.com/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking into freelancing PHP projects on my spare time so I'm revisiting my rusty PHP skills. I believe contributing to an open source project could refresh me quickly. Also, if you have other suggestion please feel free to suggest. Thanks!
Drupal , Kohana or silverstripe
Also check out Laravel - Its a rails like php framework thats been gaining a lot of traction lately.