I'd like to create several instances of a class in codeigniter.
I have created my class as a library, but cannot figure out the syntax to use to create more than 1 instance.
|
|
I'd like to create several instances of a class in codeigniter. I have created my class as a library, but cannot figure out the syntax to use to create more than 1 instance.
|
||
|
|
|
|
From the CodeIgniter users guide:
I think that's what you're looking for. |
||
|