Skip to content

Instantly share code, notes, and snippets.

@anhtuank7c
Created November 6, 2015 09:47
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 anhtuank7c/77bd1295477313890417 to your computer and use it in GitHub Desktop.
Save anhtuank7c/77bd1295477313890417 to your computer and use it in GitHub Desktop.
<?php
namespace App\Controller\Admin;
use App\Controller\AppController;
use App\Controller\CheckProfile;
/**
* Dashboard Controller
*
* @property \App\Model\Table\DashboardTable $Dashboard
*/
class DashboardController extends AppController {
use CheckProfile;
/**
* Index method
*
* @return void
*/
public function index() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment