Skip to content

Commit

Permalink
define MY_Controller as child for CI_Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
amad committed Dec 15, 2012
1 parent d022c24 commit 5d77e9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci_ide_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
*/
class CI_Controller{}
class MY_Controller extends CI_Controller {};
/**
* @property CI_DB_active_record $db This is the platform-independent base Active Record implementation class.
* @property CI_DB_forge $dbforge Database Utility Class
Expand Down

0 comments on commit 5d77e9e

Please sign in to comment.