Page 1 of 1
Frameworks
Posted: Thu Sep 01, 2011 1:02 pm
by DomC
Do you use a framework for PHP?
If so, why? Which one? What are the pros and cons etc.?
If not, why not? Have you tried using one?
I havent yet used one, but may try using a framework depending on your responses.
Re: Frameworks
Posted: Thu Sep 01, 2011 1:54 pm
by EcazS
I don't use one because I feel like I don't need one.
Re: Frameworks
Posted: Thu Sep 01, 2011 5:24 pm
by Kamal
I use this one:
https://github.com/LearnWebDev/Learn-WebDev-Framework
Because.. well, I made it to fit my needs and felt like it is pretty good so I am using it
Re: Frameworks
Posted: Thu Sep 01, 2011 7:37 pm
by libeco
I use a framework during work: CodeIgniter.
Why? Because it saves me time by making available quite some nifty things. It's also quite lightweight so it doesn't have the drawbacks of a heavy framework.
Basically it comes down to: time is money. If you have enough time you can create everything from scratch. If you don't a framework can really help.