Welcome Guest, Not a member yet? Register   Sign In
Profiling Queries on multiple databases
#1

[eluser]bcdennis[/eluser]
It appears that when I do $my_db = $this->database->load('my_db');
that any queries executed against $my_db don't show up in the profiler output. Is it a bug? A configuration option somewhere? or a parameter? Or is it functioning as expected?

thanks
#2

[eluser]Seppo[/eluser]
Are you trying to extend the Database Class?
If that's so, the Creating Libraries section says
Quote:Note: The Database classes can not be extended or replaced with your own classes, nor can the Loader class in PHP 4. All other classes are able to be replaced/extended.




Theme © iAndrew 2016 - Forum software by © MyBB