Skip to content

Instantly share code, notes, and snippets.

@carlosocarvalho
Last active April 20, 2017 04:56
Show Gist options
  • Save carlosocarvalho/f3e7304c42a35abb215b210e158395d7 to your computer and use it in GitHub Desktop.
Save carlosocarvalho/f3e7304c42a35abb215b210e158395d7 to your computer and use it in GitHub Desktop.
CoreController.php
<?PHP
namespace App\Core;
/**
*
*
*/
class CoreController extends \CI_Controller{
/**
*@Blade
*
*/
protected $blade;
publicn function __construct(){
parente::__construct();
}
}
//application/core/CoreController.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment