Frameworks

Ask about a PHP problem here.
Post Reply
robinatorzzz
Posts: 8
Joined: Mon Jul 18, 2011 10:15 pm

Frameworks

Post by robinatorzzz »

Sory if i'm in the wrong section, but i heard a lot of things about Frameworks, Codeignitor
but could somebody tell me what a framework is or what you could do with it?
Do you need to write it yourself or... ?

thnx in advance!

Robin
Image
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Frameworks

Post by jacek »

Generally a framework is something you download, like Codeigniter but it can be custom too. Generally speaking they provide some function to make developing faster and easier so you have to write less code, if you are familiar with jQuery the concept is the same as that.
Image
libeco
Posts: 104
Joined: Sat May 07, 2011 9:56 am

Re: Frameworks

Post by libeco »

I would even go as far as saying jQuery is a framework, despite it's usually called a library. A framework is often a collection of libraries/functions/classes. As long as it helps in a certain way.
Post Reply