[eluser]jedd[/eluser]
Hi Maximilian and welcome to the CI forums.
[quote author="Maximilian Schoening" date="1251687013"]
can I call a library from inside a helper?
Like this:
Code:
$this->load->library('name');
[/quote]
You can, but under what circumstances are you expecting to do this?
The CodeIgniter core does this (typography helper calls typography library) but I'm not sure of the motivation / background there.