CMC for PHP
  • Namespace
  • Class
  • Tree

Namespaces

  • cmc
    • core
      • ui
    • db
      • mysqli
    • error
    • ui
      • widgets
  • PHP

Classes

  • database
  • databasefactory
  • dataenv
  • dataquery
  • datatable

Interfaces

  • datasource
  • IBrowsable
  • ICreatable
  • IFilter
  • IMetaInfo
  • IPrimaryKey
  • IUpdatable

Exceptions

  • DatabaseException

CMC for PHP is a web framework for PHP.
Copyright (c) 2014 by Calmarsoft company http://calmarsoft.com (FRANCE). All rights reserved.
Project information available here.

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

cmc\db\mysqli\datatable_mysqli

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

Methods summary

Methods inherited from cmc\db\datasource

close()

Methods inherited from Iterator

current(), key(), next(), rewind(), valid()

Methods inherited from cmc\db\IUpdatable

deleteData(), insertData(), updateData()

Methods inherited from cmc\db\IFilter

cancelFilter(), setFilter()

Methods inherited from cmc\db\IPrimaryKey

getPrimaryKey(), seekPrimaryKey()

Methods inherited from cmc\db\IMetaInfo

getItems(), getKeyItems()

Magic methods summary

Constants summary

string className __CLASS__
#

Properties summary

protected mixed $_currentrow
#
protected mixed $_position
#
CMC for PHP API documentation generated by ApiGen 2.8.0