Class datatable
abstract datasource
need to implement the Iterator methods
- cmc\db\datatable implements cmc\db\datasource, cmc\db\IUpdatable, cmc\db\IFilter, cmc\db\IPrimaryKey, cmc\db\IMetaInfo
Direct known subclasses
Abstract
Namespace: cmc\db
Copyright: Copyright (c) Calmarsoft company (FRANCE) (http://calmarsoft.com)
License: GNU General Public License version 3
Version: 0.9
Link: CMC Project
Located at db/datatable.php
Namespace: cmc\db
Copyright: Copyright (c) Calmarsoft company (FRANCE) (http://calmarsoft.com)
License: GNU General Public License version 3
Version: 0.9
Link: CMC Project
Located at db/datatable.php
Methods summary
Methods inherited from cmc\db\datasource
Methods inherited from Iterator
current()
, key()
, next()
, rewind()
, valid()
Methods inherited from cmc\db\IUpdatable
deleteData()
, insertData()
, updateData()
Methods inherited from cmc\db\IFilter
Methods inherited from cmc\db\IPrimaryKey
getPrimaryKey()
, seekPrimaryKey()
Methods inherited from cmc\db\IMetaInfo
Magic methods summary
Constants summary
string | className | __CLASS__ |
Properties summary
protected mixed | $_currentrow | |
protected mixed | $_position |