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
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
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
It seems like every contract job now requires authentication using Facebook and Google Plus. Is there a well-supported php framework that natively supports Facebook and Google plus auth?
Well no specifically frameworks, there are however packages and plugins for frameworks. I would suggest this for Facebook, Google and a multitude of other third-party websites.
http://hybridauth.sourceforge.net/
I think every framework has a Facebook, Google+ Plugin, you just need to choose which framework suits your project.
If you want to see a plugin for facebook auth that i did long time ago for Kohana 2.
Check it here facebook-connect
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 am back-end programmer like user of PHP.
Now I have been given task of designing front-end of a website.
What I meant by front-end is widgets like 'button' , 'menubar'.
So How can I do rapid development of these things.
Well we are using YUI3 framework for frontEnd programming.
I have learnt that we can use Photoshop for web designing.
Give Twitter Bootstrap a try, it can be very useful, and you can add many plugins to make it better (eg. Bootstrap select...)
EDIT : there is also Topcoat, which is a very simple and clean CSS for building websites.
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.