Commit 4c7f91fa authored by runa's avatar runa

php syntax

parent 1b569b4f
<?php
class Groupuser extends Doctrine_Record {
public function setTableDefinition() {
$this->hasColumn("user_id", "integer" 20, "primary");
$this->hasColumn("user_id", "integer", 20, "primary");
$this->hasColumn("group_id", "integer", 20, "primary");
}
}
......
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