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.
Frameworks
Frameworks
I can't think of anything witty to put here!
Check out some of my projects on GitHub: https://github.com/DomTC
Check out some of my projects on GitHub: https://github.com/DomTC
Re: Frameworks
I don't use one because I feel like I don't need one.
Re: Frameworks
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
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
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.
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.