Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Not depending on the framework you'll chose, the first thing you have to know is that : </p> <ul> <li>it'll take some time for you to know it</li> <li>you'll do crapping things, during that time ^^</li> <li>so, take into account the fact it'll take some time before you are fully operational <strong>:-)</strong></li> </ul> <p>I think those points are the most under-estimated points : using a framework takes not much time... Using it well and to the full extend of its abilities takes... Well, a couple of months, maybe... Which means, when you are at the end of your project you'll say "I should rewrite that with all the stuff I learned while re-writing it the first time" :-D</p> <p>What it means is : <strong>learn what the framework can do, learn how to use it, and use it for a while on small applications, before starting rewriting your big one !</strong></p> <p><br> Then, there is probably no "best framework" : one framework may be very well suited for one project, and another one may be best for a second, different project.</p> <p>I've never worked with CakePHP ; I really like <a href="http://framework.zend.com/" rel="nofollow noreferrer">Zend Framework</a>. But that is a personal opinion, and O know people who really like <a href="http://www.symfony-project.org/" rel="nofollow noreferrer">symfony</a> ; they are not wrong : symfony is great -- and I am not wrong either ^^ <br>Still, we sometimes agree on some things ; like the fact that <a href="http://www.doctrine-project.org/" rel="nofollow noreferrer">Doctrine</a> (default ORM layer of symfony) is really great stuff, and we tend to use in both symfony and ZF-based projects...</p> <p><br> If motivated, you can take a look at many posts on SO, about frameworks... Here are a couple of those :</p> <ul> <li><a href="https://stackoverflow.com/questions/2648/what-php-framework-would-you-choose-for-a-new-application-and-why">What PHP framework would you choose for a new application and why?</a></li> <li><a href="https://stackoverflow.com/questions/133701/is-symfony-a-good-framework-to-learn">Is Symfony a good framework to learn?</a></li> <li><a href="https://stackoverflow.com/questions/75882/what-in-your-mind-is-the-best-php-mvc-framework">What, in your mind, is the best PHP MVC framework?</a></li> <li><a href="https://stackoverflow.com/questions/392980/is-symfony-a-better-choice-than-zend-for-a-web-development-shop-10-because-it">Is Symfony a better choice than Zend for a web development shop (10+) because it is a full stack framework?</a></li> <li><a href="https://stackoverflow.com/questions/257212/best-php-framework-for-an-experienced-php-developer">Best PHP framework for an experienced PHP developer?</a></li> </ul> <p>Good luck with those ^^ <br><em>("Which framework" is a quite pationnating -- and subjective -- question ^^ )</em></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload