Ive been learning codeigniter and I like their database methods. However I would prefer to write my own SQL queries. When I try to write a manual query it results in a codeigniter error.
Ive searched around if it is possible however I cant find much info on the subject. The closes Ive come to an answer was this.
Question
Is it possible to disable the build in Codeigniter database methods, and perform my own sql queries. Or run my own sql queries alongside CodeIgniter's database class?
If yes, how would I go about configuring this?
Thanks in advance