Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Created February 7, 2016 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurozumi/54559770e65670cb6d56 to your computer and use it in GitHub Desktop.
Save kurozumi/54559770e65670cb6d56 to your computer and use it in GitHub Desktop.
【CodeIgniter3】クエリビルダーの拡張クラス
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class CI_DB extends MY_DB_query_builder{}
class MY_DB_query_builder extends CI_DB_query_builder
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment