Phundament-Packages
[ class tree: Phundament-Packages ] [ index: Phundament-Packages ] [ all elements ]

Source for file LMetaTextCore.php

Documentation is available at LMetaTextCore.php

  1. <?php
  2.  
  3.  
  4. /**
  5.  * Class file.
  6.  *
  7.  * @license http://opensource.org/licenses/mozilla1.1.php Mozilla Public License
  8.  * @copyright 2005, diemeisterei GmbH. All rights reserved.
  9.  * @author $Author: schmunk $
  10.  * @version $Revision: 249 $  $Date: 2006-06-05 21:32:47 +0200 (Mo, 05 Jun 2006) $
  11.  * @package Phundament.Packages
  12.  * @subpackage LMetaData
  13.  */
  14.  
  15. /**
  16.  * Core functionality for LMetaData
  17.  *
  18.  * @package System.Util
  19.  * @subpackage Cores
  20.  */
  21.  
  22. Prado :: setPathOfAlias("LMetaText"dirname(__FILE__));
  23. Prado :: using("LMetaText.db.propel.*");
  24. Prado :: using("LMetaText.db.propel.l_meta_text.*");
  25.  
  26. class LMetaTextCore extends TModule
  27. {
  28.     function queryRecords($c null)
  29.     {
  30.         if ($c instanceof Criteria)
  31.             return LMetaTextPeer :: doSelect($c$this->Application->getModule("database")->getConnection("l_meta_text""propel"));
  32.         else{
  33.             return LMetaTextPeer :: doSelect(new Criteria$this->Application->getModule("database")->getConnection("l_meta_text""propel"));
  34.         }
  35.     }
  36. }

Documentation generated on Sun, 25 Feb 2007 16:11:15 +0100 by phpDocumentor 1.3.1