PHP Class think\db\exception\DataNotFoundException

Inheritance: extends think\exception\DbException
Afficher le fichier Open project: top-think/framework

Protected Properties

Свойство Type Description
$table

Méthodes publiques

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

Method Details

__construct() public méthode

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

getTable() public méthode

获取数据表名
public getTable ( ) : string
Résultat string

Property Details

$table protected_oe property

protected $table