1
0
mirror of synced 2025-02-20 22:23:14 +03:00

php syntax

This commit is contained in:
runa 2007-02-06 14:37:49 +00:00
parent 63fe23c739
commit 05e638a424

View File

@ -1,7 +1,7 @@
<?php
class Test extends Doctrine_Record {
public function setTableDefinition() {
$this->hasColumn('integertest', 'integer', 4, array('unsigned' => true);
$this->hasColumn('integertest', 'integer', 4, array('unsigned' => true));
}
}
?>