Welcome Guest, Not a member yet? Register   Sign In
how can i tell if a library is loaded
#11

[eluser]Phil Sturgeon[/eluser]
While you guys seem to be sorting out his problem, as a direct answer to the question you can view currently loaded classes with this handy bit of code:

Code:
echo 'Currently loaded libs: '.implode(', ', $this->loader->_ci_classes());

Either that or look at your CodeIgniter log files. It is all in there.
#12

[eluser]kurucu[/eluser]
Could this be it?
Code:
$record_items[] = array(...);
...
$this->flexigrid->json_add_item($record_item>>Missing 's'<<);




Theme © iAndrew 2016 - Forum software by © MyBB