php syntax
This commit is contained in:
parent
63fe23c739
commit
05e638a424
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
class Test extends Doctrine_Record {
|
class Test extends Doctrine_Record {
|
||||||
public function setTableDefinition() {
|
public function setTableDefinition() {
|
||||||
$this->hasColumn('integertest', 'integer', 4, array('unsigned' => true);
|
$this->hasColumn('integertest', 'integer', 4, array('unsigned' => true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue