Welcome Guest, Not a member yet? Register   Sign In
What kind of type are these classes?
#2

[eluser]BrianDHall[/eluser]
A helper is not a class, just a collection of functions that can be used independently of any objects.

A library is what you are looking for, it's the term for where you store your own created class files and such.

A model involves application data - storing, retrieving, processing the 'state' of an application.

So you'd stick your desired classes in libraries folder in the application directory and load them in a constructor with $this->load->library() calls.


Messages In This Thread
What kind of type are these classes? - by El Forum - 11-05-2009, 09:42 AM
What kind of type are these classes? - by El Forum - 11-05-2009, 09:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB