1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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 <?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));
} }
} }
?> ?>