Created
June 1, 2011 15:11
-
-
Save yuya-matsushima/1002497 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
snippet cc | |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
class `Cucfirst(expand("%"))` extends MY_Controller { | |
public function __construct() | |
{ | |
parent::__construct(); | |
} | |
public function index() | |
{ | |
} | |
} | |
/* End of file `expand("%")` */ | |
/* Location: `expand("%:p")` */ | |
snippet cm | |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
class `Cucfirst(expand("%"))` extends MY_Model { | |
public function __construct() | |
{ | |
parent::__construct(); | |
} | |
public function fname() | |
{ | |
} | |
} | |
/* End of file `expand("%")` */ | |
/* Location: `expand("%:p")` */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment