On Wed, Jun 15, 2011 at 9:37 AM, Byron Como <[email protected]> wrote: > Oh no! I have to make a decision! What do I do? :) > > _______________________________________________ > General mailing list > [email protected] > http://brlug.net/mailman/listinfo/general_brlug.net >
That all depends...Zend is an MVC framework in PHP. If you're looking to learn basic PHP, WAMP would be a good starting point. If you want to dive in and learn about working in an MVC framework go with Zend, CodeIgniter or CakePHP. I would just beware that MVC frameworks can add a lot of overhead to basic applications and websites; it shouldn't have an impact on a development deployment/sandbox. Ronnie
_______________________________________________ General mailing list [email protected] http://brlug.net/mailman/listinfo/general_brlug.net
