Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Between Kohana and CakePHP, I'd strongly suggest Kohana (also because it's a php5 fork of CodeIgniter, the lightest framework of them all).</p> <p>Because people tell me I'm a CakePHP hater, let me show you its weaknesses:</p> <ul> <li><strong>slow</strong></li> <li>uses php4 OOP, where <em>"your children can play with your privates"</em> :)</li> <li>did I mention <strong>slow</strong>?</li> </ul> <p>On the other hand, I'd strongly recommend a nice and powerful PHP <em>library</em>: <a href="http://framework.zend.com" rel="nofollow noreferrer">Zend Framework</a>. It doesn't have the really steep learning curve like it had a few years ago, because now you find many tutorials and screencasts (see <a href="http://www.zendcasts.com" rel="nofollow noreferrer">ZendCasts</a>). Users of framework like CodeIgniter put all the Zend Framework library into CI and such and use them <a href="http://freakauth.4webby.com/tutorials/using-zend-framework-components-in-code-igniter.html" rel="nofollow noreferrer">independently</a> (which, from my point of view is another <strong>+1</strong> for ZF)</p> <p><strong>Later edit</strong>: You can see actually how slow <em>CakePHP</em> is compared to the lightning fast <strong>CodeIgniter</strong> and the <strong>Zend Framework</strong> <a href="http://avnetlabs.com/php/php-framework-comparison-benchmarks" rel="nofollow noreferrer">here</a>. From the speed tests you can see that Zend Framework is somewhere from 2 to 3 time fast than Cake and Code Igniter somewhere from 2 to 3 times faste than Zend Framework. That means CodeIgniter can be as <em>6times as fast</em> than Cake (which from my point of view is <em>humiliating</em> for Cake)</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. 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