-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38c40b9
commit 8f6c129
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 缓存配置 | ||
|
||
缓存配置文档 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
exit; | ||
|
||
|
||
class Debug extends Library_MyQEE_Develop_Debug{} | ||
class EX_Debug extends Library_MyQEE_Develop_Debug{} | ||
|
||
class ErrException extends Library_MyQEE_Develop_ErrException{} | ||
class EX_ErrException extends Library_MyQEE_Develop_ErrException{} | ||
|
||
class Profiler extends Library_MyQEE_Develop_Profiler{} | ||
class EX_Profiler extends Library_MyQEE_Develop_Profiler{} | ||
|
||
class Controller_Assets extends Library_MyQEE_Develop_Controller_Assets{} | ||
class EX_Controller_Assets extends Library_MyQEE_Develop_Controller_Assets{} |