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.

Interface IUpdatable

Direct known implementers

cmc\db\datatable

Indirect known implementers

cmc\db\mysqli\datatable_mysqli

Namespace: cmc\db
Located at db/datasource.php

Methods summary

public
# insertData( mixed $data )

inserts new data row, using the provided associative array of data

inserts new data row, using the provided associative array of data

public
# updateData( mixed $data )

updates data row using $key and $data associative arrays

updates data row using $key and $data associative arrays

public
# deleteData( mixed $key )

removes a data entry

removes a data entry

Magic methods summary

CMC for PHP API documentation generated by ApiGen 2.8.0