xionhack Posted February 14, 2010 Share Posted February 14, 2010 Hello. Im used to coding all my php in Dreamweaver CS4. IS there any reason for me to use a framework? And if there is, which one would u recommend? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/192052-which-framework/ Share on other sites More sharing options...
trq Posted February 15, 2010 Share Posted February 15, 2010 What editor you use has no real relation to what framework you use. Quote Link to comment https://forums.phpfreaks.com/topic/192052-which-framework/#findComment-1012355 Share on other sites More sharing options...
mapleleaf Posted March 4, 2010 Share Posted March 4, 2010 Codeigniter. Easy to learn. Great documentation. Quote Link to comment https://forums.phpfreaks.com/topic/192052-which-framework/#findComment-1021234 Share on other sites More sharing options...
lostnucleus Posted March 20, 2010 Share Posted March 20, 2010 i think by framework u mean IDE here , yes Eclipse PDT , APTANA are way ahead of dreamweaver . Quote Link to comment https://forums.phpfreaks.com/topic/192052-which-framework/#findComment-1028947 Share on other sites More sharing options...
sunwukung Posted April 13, 2010 Share Posted April 13, 2010 Dreamweaver is a poor IDE for coding PHP, Netbeans or Eclipse are far better. PhpDesigner isn't bad either. Here's my 2 pence review CodeIgniter: easy to learn, but based on PHP4. May lack power for more complex jobs. Great documentation - best starting point for beginner. Kohana: basically an OOP/PHP5 version of CodeIgniter, with less documentation. CakePHP: forces convention over configuration. What that means is that it offers you one way to skin a cat so you don't get confused. Zend: The antithesis of Cake - you can configure this all over the place, and it can be very confusing. Documentation can sometimes be confusing. Symfony: uses a lot of configuration again, but is recognised by the enterprise community. Quote Link to comment https://forums.phpfreaks.com/topic/192052-which-framework/#findComment-1040798 Share on other sites More sharing options...
trq Posted April 13, 2010 Share Posted April 13, 2010 Symfony: uses a lot of configuration again, but is recognised by the enterprise community. I would put Zend in the enterprise basket as well. Quote Link to comment https://forums.phpfreaks.com/topic/192052-which-framework/#findComment-1040850 Share on other sites More sharing options...
ignace Posted April 13, 2010 Share Posted April 13, 2010 For an editor I really recommend PhpStorm link in my sig as for the framework I would suggest Zend it taught me a lot and has great potential Quote Link to comment https://forums.phpfreaks.com/topic/192052-which-framework/#findComment-1040928 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.