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 IPrimaryKey

primarykey capability

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
# getPrimaryKey( )

gets the value of the primary key Returns an array or a scalar

gets the value of the primary key Returns an array or a scalar

Returns

mixed
public
# seekPrimaryKey( mixed $key )

seeks using a primary key value

seeks using a primary key value

Parameters

$key
mixed
$key primary key value (scalar or array)

Returns

array|null

Magic methods summary

CMC for PHP API documentation generated by ApiGen 2.8.0