CodeIgniter Developer Toolbar is a third party library based on Profiler Library with additional functionality for debugging and optimisation, Database, Models, Helpers, Libraries, Views, Ajax...
Expected behavior and actual behavior.
hello when adding autoloading the database in the config.php, we should expect to see the database setup
but what happen either no data will return when hover on the database icon or and error will return, here is the attach screenhot
Steps to reproduce the problem.
I just simply autoload the libraty database in the config.php
Specifications like the version of the project, operating system, or hardware.
I use the latest CI 3.1.9 with mysql in windows 10 running in IIS
also for my basic work around, i simply change the object to array return function in views database.php, here is the below
Expected behavior and actual behavior. hello when adding autoloading the database in the config.php, we should expect to see the database setup but what happen either no data will return when hover on the database icon or and error will return, here is the attach screenhot
Steps to reproduce the problem. I just simply autoload the libraty database in the config.php
Specifications like the version of the project, operating system, or hardware. I use the latest CI 3.1.9 with mysql in windows 10 running in IIS
also for my basic work around, i simply change the object to array return function in views database.php, here is the below