I'm new to CodeIgniter, so this may sound a bit stupid.
But here's what I want :
- Have my own classes, with functions, etc
- Be able to use them either in a view or a controller
(I've thought of simply require_onceing the necessary files, or perhaps creating a CI Library, but I'm still not sure)
What's the most CI-friendly and efficient way you would suggest? Ideas?