root/tags/0.10.0/models/ConcreteGroupUser.php

Revision 2353, 148 bytes (checked in by meus, 16 months ago)

moved all models to trunk/models. removed some old invalid testcases

Line 
1<?php
2class ConcreteGroupUser extends Doctrine_Record
3{
4    public function setUp()
5    {
6        $this->loadTemplate('GroupUserTemplate');
7    }
8}
Note: See TracBrowser for help on using the browser.