Page 1 of 1
Frameworks
Posted: Wed Jul 20, 2011 1:08 pm
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
Re: Frameworks
Posted: Wed Jul 20, 2011 3:14 pm
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.
Re: Frameworks
Posted: Wed Jul 20, 2011 7:19 pm
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.