PHP Class StormExamples\One\Relational\Tables\Posts

Inheritance: extends Storm\Drivers\Constant\Relational\Table
Exibir arquivo Open project: timetoogo/penumbra

Public Properties

Property Type Description
$Author
$AuthorForeignKey
$AuthorId
$Blog
$BlogForeignKey
$BlogId
$Content
$CreatedDate
$Tags
$Title

Protected Methods

Method Description
CreateRelationalStructure ( Database $Database )
CreateRelations ( Database $Database )
CreateTableStructure ( Storm\Drivers\Base\Relational\Columns\IColumnSet $Column )
Name ( )

Method Details

CreateRelationalStructure() protected method

protected CreateRelationalStructure ( Database $Database )
$Database Storm\Core\Relational\Database

CreateRelations() protected method

protected CreateRelations ( Database $Database )
$Database Storm\Core\Relational\Database

CreateTableStructure() protected method

protected CreateTableStructure ( Storm\Drivers\Base\Relational\Columns\IColumnSet $Column )
$Column Storm\Drivers\Base\Relational\Columns\IColumnSet

Name() protected method

protected Name ( )

Property Details

$Author public_oe property

public $Author

$AuthorForeignKey public_oe property

public $AuthorForeignKey

$AuthorId public_oe property

public $AuthorId

$Blog public_oe property

public $Blog

$BlogForeignKey public_oe property

public $BlogForeignKey

$BlogId public_oe property

public $BlogId

$Content public_oe property

public $Content

$CreatedDate public_oe property

public $CreatedDate

$Tags public_oe property

public $Tags

$Title public_oe property

public $Title