I had a white blank page after using my first model. The solution is if you use Codeigniter 2+ you need to extend from CI_Model instead of Model. so the Class of a model should say class myModel extends CI_Model. That helped for me after 4 hours of search.