Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
hood
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
沈海生
2015-08-23 16:20:29 +0800
Commit
4f4b24d2e0cec59faf4dabe3d5f4a3f8bcf3f822
1 parent
9325b614
添加删除多个tag的tag
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
Hood/Core/Root.php
Hood/Core/Root.php
View file @
4f4b24d
...
...
@@ -51,6 +51,12 @@ class Root
protected
$_cacheTagName
=
''
;
/**
* 删除多个缓存tag
*/
protected
$_delTags
=
''
;
public
function
__construct
()
{
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'developer'
);
...
...
Please
register
or
login
to post a comment