Sorry if this is a simple question, is it possible to downloadigniter code without installing db?
I have sess_use_db set to false in the configuration, I tried to rename database.php to something else, but it still wants to load it, I also disabled active entries.
I tried to comment everything in database.php and said that no database settings were found, autoload does not load db.
Is it possible?
php mysql codeigniter
Doug molineux
source share