PHP Class CI_DB_pdo_forge, TastyIgniter

Author: EllisLab Dev Team
Inheritance: extends CI_DB_forge
显示文件 Open project: tastyigniter/tastyigniter Class Usage Examples

Protected Properties

Property Type Description
$_create_table_if string CREATE TABLE IF statement
$_drop_table_if string DROP TABLE IF statement

Property Details

$_create_table_if protected_oe property

CREATE TABLE IF statement
protected string $_create_table_if
return string

$_drop_table_if protected_oe property

DROP TABLE IF statement
protected string $_drop_table_if
return string