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
Frameworks
Re: Frameworks
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
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.