CMC for PHP
  • Namespace
  • Class
  • Tree

Namespaces

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

Classes

  • database_mysqli
  • database_mysqli_factory
  • dataenv_mysqli
  • dataquery_mysqli
  • datasource_mysqli
  • datatable_mysqli

Exceptions

  • DatabaseException_mysqli

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 DatabaseException_mysqli

Exception
Extended by cmc\db\DatabaseException
Extended by cmc\db\mysqli\DatabaseException_mysqli
Namespace: cmc\db\mysqli
Located at db/mysqli/DatabaseException_mysqli.php

Methods summary

public
# __construct( string $db, type $errcode, type $message = null, type $code = null, type $previous = null )

Parameters

$db
string
$errcode code that corresponds to the message
$errcode
type
$natcode native error code
$message
type
$natmsg native error message
$code
type
$message message from source
$previous
type
$code error location

Overrides

cmc\db\DatabaseException::__construct

Methods inherited from cmc\db\DatabaseException

getErrCode(), getNatCode(), getNatMsg()

Methods inherited from Exception

__toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Magic methods summary

Constants summary

Constants inherited from cmc\db\DatabaseException

className

Properties summary

Properties inherited from cmc\db\DatabaseException

$_errcode, $_natcode, $_natmsg

Properties inherited from Exception

$code, $file, $line, $message

CMC for PHP API documentation generated by ApiGen 2.8.0