session类和input类调整

注释调整
This commit is contained in:
thinkphp
2015-02-23 20:54:16 +08:00
parent b8344fa91a
commit e96ac8493f
71 changed files with 315 additions and 464 deletions

View File

@@ -10,7 +10,7 @@
// +----------------------------------------------------------------------
namespace think\db\driver;
use think\db\driver;
use think\db\Driver;
use PDO;
/**