Commit 05e638a4 authored by runa's avatar runa

php syntax

parent 63fe23c7
<?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));
} }
} }
?> ?>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment