文件注释规范调整

This commit is contained in:
麦当苗儿
2013-04-15 10:48:09 +08:00
parent 440e65004d
commit 2a26762cf6
77 changed files with 114 additions and 46 deletions

View File

@@ -8,7 +8,9 @@
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Think\Cache\Driver;
/**
* 数据库方式缓存驱动
* CREATE TABLE think_cache (

View File

@@ -8,7 +8,9 @@
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Think\Cache\Driver;
/**
* Eaccelerator缓存驱动
* @author liu21st <liu21st@gmail.com>

View File

@@ -8,6 +8,7 @@
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Think\Cache\Driver;
/**

View File

@@ -8,7 +8,9 @@
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Think\Cache\Driver;
/**
* Memcache缓存驱动
* @author liu21st <liu21st@gmail.com>

View File

@@ -8,7 +8,9 @@
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Think\Cache\Driver;
/**
* Redis缓存驱动
* 要求安装phpredis扩展https://github.com/nicolasff/phpredis

View File

@@ -8,7 +8,9 @@
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Think\Cache\Driver;
/**
* Secache缓存驱动
* @author liu21st <liu21st@gmail.com>

View File

@@ -8,7 +8,9 @@
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Think\Cache\Driver;
/**
* 文件类型缓存类
* @author liu21st <liu21st@gmail.com>

View File

@@ -8,7 +8,9 @@
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Think\Cache\Driver;
/**
* Sqlite缓存驱动
* @author liu21st <liu21st@gmail.com>

View File

@@ -8,7 +8,9 @@
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Think\Cache\Driver;
/**
* Wincache缓存驱动
* @author liu21st <liu21st@gmail.com>

View File

@@ -8,7 +8,9 @@
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace Think\Cache\Driver;
/**
* Xcache缓存驱动
* @author liu21st <liu21st@gmail.com>