db\mysql\Schema findTableNames()

findTableNames() protected method

Returns all table names in the database.

protected array findTableNames ( $schema = '' )
$schema string

The schema of the tables. Defaults to empty string, meaning the current or default schema.

return array

All table names in the database. The names have NO schema name prefix.

doc_Yii
2016-10-30 16:58:32
Comments
Leave a Comment

Please login to continue.