Codeigniter usage tips

Class

  • 在library 中的class 使用codeigniter資料 (library, helper, db…)

$this->api=& $this->&  get_instance();

之後就可以用  $this->api->load->library()  ,  $this->api->db->query()   等方式 來使用了

Helpler

  • captcha

    修改字體大小 : 要直接去改captcha_helper  line #193(default font), #199(user own font)

Config

Config class

  • 自動載入: 寫在 application/config/autoload.php
  • 手動載入:$this->config->load(‘file’)

myconfig : 自己的設定檔

  • load : application/libraries/Myconfig.php
  • 設定檔: application/config/misys.php  寫在 $config[“myconfig”][“section_name”][“item_name”]下
  • 使用$this->myconfig->itme(“section_name”,”item_name”)來讀取

Window 2003 自動定期備份

來源: 胖雀鳥的妄想天地

  • 使用Window 2003  內建的備份程式做定期備份
  •  製作備份
  • 設定定期備份功能依序製作後不要點選完成改點選進階 之後可以設定定期備份動作