Created
September 2, 2011 13:15
-
-
Save yuya-matsushima/1188569 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: `CiFilePos(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: `CiFilePos(expand("%:p"))` */ | |
snippet cclass | |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
class `Cucfirst(expand("%"))` { | |
public function __construct() | |
{ | |
parent::__construct(); | |
} | |
public function index() | |
{ | |
} | |
} | |
/* End of file `expand("%")` */ | |
/* Location: `CiFilePos(expand("%:p"))` */ | |
snippet loc | |
/* Location: `CiFilePos(expand("%:p"))` */ | |
snippet eof | |
/* End of file `expand("%")` */ | |
snippet end | |
/* End of file `expand("%")` */ | |
/* Location: `CiFilePos(expand("%:p"))` */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment