Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * This class has been auto-generated by the Doctrine ORM Framework
4
 */
5
class UserTable extends Doctrine_Table
6
{
7
  public function widgetChoiceTableMethod1()
8
  {
9
    return $this->createQuery('u');
10
  }
11
 
12
  public function widgetChoiceTableMethod2()
13
  {
14
    return $this->widgetChoiceTableMethod1()
15
      ->execute();
16
  }
17
 
18
  public function widgetChoiceTableMethod3()
19
  {
20
    return $this->widgetChoiceTableMethod1()
21
      ->fetchOne();
22
  }
23
 
24
  public function widgetChoiceTableMethod4()
25
  {
26
    return $this->widgetChoiceTableMethod1()
27
      ->where('1 = 0')
28
      ->execute();
29
  }
30
}