PHP Class think\db\exception\DataNotFoundException

Inheritance: extends think\exception\DbException
显示文件 Open project: top-think/framework

Protected Properties

Property Type Description
$table

Public Methods

Method Description
__construct ( string $message, string $table = '', array $config = [] ) DbException constructor.
getTable ( ) : string 获取数据表名

Method Details

__construct() public method

DbException constructor.
public __construct ( string $message, string $table = '', array $config = [] )
$message string
$table string
$config array

getTable() public method

获取数据表名
public getTable ( ) : string
return string

Property Details

$table protected_oe property

protected $table