FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
debug_kit/Controller/DebugKitAppController.php at master · itogen/debug_kit · GitHub
itogen
/
debug_kit
Public
forked from
cakephp/debug_kit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
debug_kit
/
Controller
/
DebugKitAppController.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (23 loc) · 766 Bytes
Breadcrumbs
debug_kit
/
Controller
/
DebugKitAppController.php
Copy path
File metadata and controls
25 lines (23 loc) · 766 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
/**
* Debug Kit App Controller
*
* PHP versions 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org
* @package debug_kit
* @subpackage debug_kit
* @since DebugKit 0.1
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
**/
App::
uses
(
'
Controller
'
,
'
Controller
'
);
App::
uses
(
'
AppController
'
,
'
Controller
'
);
class
DebugKitAppController
extends
AppController {
}
Back
|
FazBrowse Home
|
New Git URL