Multiple classes in Codeigniter
- by Leon
I want to create an array of objects, so what I did was to create a library but I can't figure out how to actually dynamically create instances of it in a loop and store each instance in an array.
Can anyone tell me please?