CodeIgniter Forums
select_db - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: select_db (/showthread.php?tid=64988)



select_db - davy_yg - 04-17-2016

models/Model_pages.php

 
PHP Code:
  function template(){
      return self::select_db('template','cms_pages','id="'.$this->id_pages.'"');
  

Hello,

I am trying to understand this code.  Can anyone help me explain the codes?  I cannot find where select_db ( ) in CI documentation code.  Where can I learn the code from?

Where can I find CI complete documentation codes?

Thanks.