Frameworks

Talk about anything in here.
Post Reply
User avatar
DomC
Posts: 91
Joined: Mon Jul 18, 2011 1:58 pm

Frameworks

Post 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.
I can't think of anything witty to put here!

Check out some of my projects on GitHub: https://github.com/DomTC
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: Frameworks

Post by EcazS »

I don't use one because I feel like I don't need one.
User avatar
Kamal
Posts: 123
Joined: Fri May 06, 2011 10:45 am
Contact:

Re: Frameworks

Post 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 :)
libeco
Posts: 104
Joined: Sat May 07, 2011 9:56 am

Re: Frameworks

Post 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.
Post Reply