propel
[ class tree: propel ] [ index: propel ] [ all elements ]

Source for file EtvaNodePeer.php

Documentation is available at EtvaNodePeer.php

  1. <?php
  2.  
  3. {
  4.      static function getWithServers()
  5.     {
  6.         $criteria new Criteria();
  7.     //    $criteria->addJoin(self::ID, EtvaServerPeer::NODE_ID);
  8.      //   $criteria->addJoin(EtvaServerPeer::SF_GUARD_GROUP_ID, $this->getUser()->getGroupsId(), Criteria::IN);
  9.      //   $criteria->setDistinct();
  10.         return self::doSelect($criteria);
  11.  
  12.     }
  13. }

Documentation generated on Fri, 19 Jun 2009 10:49:14 +0100 by phpDocumentor 1.4.2