Hi everyone!
Sorry if this is a simple question, is it possible to load codeigniter without a db setup?
I have sess_use_db set to false in the config, I tried renaming database.php to something else but it still wants to load it, I turned active records off also.
I tried commenting everything out in the database.php and it said no database settings found, autoload doesn't load the db,
Is this even possible?