Author Topic: Zend Framework  (Read 529 times)

Offline AcidicOne

  • Level 16
  • *
  • Posts: 147
  • Reputation: +0/-0
    • View Profile
Zend Framework
« on: February 10, 2010, 04:19:49 AM »
So looking through the various frameworks online with ajax support and php5 I stumbled across Zend. Now from the look of the site and from what aspects I've seen through googling it looks like there is a huge community behind it.

So my real question is whats the real pro/cons of say like cakephp,Symfony and Zend etc? and I looked but i could't find any licensing info on zend, Would I say down the road being able to sell my stuff etc? Does anyone actually use these types of frameworks in there live games? or maybe something like codeigniter for php4.
People Like You, Are the Reason People Like Me Need Medication

Offline Bryan

  • Level 7
  • *
  • Posts: 32
  • Reputation: +2/-0
    • View Profile
Re: Zend Framework
« Reply #1 on: February 10, 2010, 05:43:18 AM »
Gigantic memory footprint with Zend.  I love the framework - don't get me wrong on that - I code stuff for people using ZF all the time, it's awesomely stable and a real treat to add on to.  But it also costs a lot in processing to use it.  I decided to write my game (and probably any future ones) without a framework to reduce the overhead - and the reduction is very substantial.  I understand enough about php to write my db adpators, session management, et al - and happily steal good ideas when I find them in things like ZF that make more sense than what I came up with.  Just consider how many people you expect to have online at once and if you are willing to give each process (like clicking a link to a page) upwards of 3mb or more for ZF, go for it.  If you want to keep the ram consumption in the realm of 250kb or less per process, roll-yer-own.

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal