phpDocumentor dao
[ class tree: dao ] [ index: dao ] [ all elements ]

Class: WindDao

Source Location: /dao/WindDao.php

Class WindDao

Class Overview

提供的DAO的父类

Located in /dao/WindDao.php [line 11]

WindModule
   |
   --WindDao
Author(s): Information Tags:
Version:  $Id: WindDao.php 2973 2011-10-15 19:22:48Z yishuo $
Copyright:  ©2003-2103 phpwind.com
License:  http://www.windframework.com

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From WindModule

WindModule::$_config
WindModule::$_proxy
WindModule::$_typeValidation

Inherited From WindModule

WindModule::getConfig()
根据配置名取得相应的配置
WindModule::getRequest()
返回当前应用的WindHttpRequest对象
WindModule::getResponse()
返回当前应用的WindHttpResponse对象
WindModule::getSystemFactory()
返回当前应用的WindFactory对象
WindModule::setConfig()
设置类配置
WindModule::setDelayAttributes()
设置延迟加载类属性相关组件配置信息
WindModule::toArray()
返回该对象的数组类型
WindModule::writeTableCloneProperty()
类对象clone白名单
WindModule::__call()
重载了魔术方法__call
WindModule::__clone()
重载魔术方法__clone
WindModule::__get()
重载了魔术方法__get
WindModule::__set()
重载了魔术方法__set

[ Top ]
Method Summary
WindConnection   getConnection()   获得链接对象
void   setConnection()   设置链接对象

[ Top ]
Properties
WindConnection   $connection = null [line 17]

链接句柄

API Tags:
Access:  protected


[ Top ]
Methods
getConnection  [line 26]

  WindConnection getConnection( )

获得链接对象

根据用户配置决定配置是采用配置链接管理


API Tags:
Access:  public


[ Top ]
setConnection  [line 35]

  void setConnection( WindConnection $connection  )

设置链接对象

Parameters:
WindConnection   $connection:  链接对象

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 30 Mar 2012 11:43:30 +0800 by phpDocumentor 1.4.4