Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

create(
$name, $actualTableName, $module
=
null, $forceOverwrite
=
false
)
:
void
Name | Type | Description |
---|---|---|
$name | ||
$actualTableName | ||
$module | ||
$forceOverwrite |

createFromDatabase(
string $module
=
null, bool $forceOverwrite
=
false
)
:
void
Name | Type | Description |
---|---|---|
$module | string | Module name action should be applied to. |
$forceOverwrite | bool | Whether should force overwriting previous classes generated |

createResource(
$profile, $dbTableName, $actualTableName, $moduleName
=
null
)
:
void
Name | Type | Description |
---|---|---|
$profile | ||
$dbTableName | ||
$actualTableName | ||
$moduleName |