[geeklog-cvs] Geeklog-2.x/models Gl2TemplateReference.php, NONE, 1.1 Gl2TemplateReferencePeer.php, NONE, 1.1

Tony Bibbs tony at qs1489.pair.com
Wed Aug 8 15:04:23 EDT 2007


Update of /cvsroot/geeklog2/Geeklog-2.x/models
In directory qs1489.pair.com:/tmp/cvs-serv11178/models

Added Files:
	Gl2TemplateReference.php Gl2TemplateReferencePeer.php 
Log Message:
Supports the Flexy pre-compile process

--- NEW FILE: Gl2TemplateReference.php ---
<?php

require_once 'models/om/BaseGl2TemplateReference.php';


/**
 * Skeleton subclass for representing a row from the 'gl2_template_reference' table.
 *
 * 
 *
 * This class was autogenerated by Propel on:
 *
 * Thu Jul 12 13:48:07 2007
 *
 * You should add additional methods to this class to meet the
 * application requirements.  This class will only be generated as
 * long as it does not already exist in the output directory.
 *
 * @package    models
 */
class Gl2TemplateReference extends BaseGl2TemplateReference {

} // Gl2TemplateReference

--- NEW FILE: Gl2TemplateReferencePeer.php ---
<?php

  // include base peer class
  require_once 'models/om/BaseGl2TemplateReferencePeer.php';

  // include object class
  include_once 'models/Gl2TemplateReference.php';


/**
 * Skeleton subclass for performing query and update operations on the 'gl2_template_reference' table.
 *
 * 
 *
 * This class was autogenerated by Propel on:
 *
 * Thu Jul 12 13:48:07 2007
 *
 * You should add additional methods to this class to meet the
 * application requirements.  This class will only be generated as
 * long as it does not already exist in the output directory.
 *
 * @package    models
 */
class Gl2TemplateReferencePeer extends BaseGl2TemplateReferencePeer {

} // Gl2TemplateReferencePeer




More information about the geeklog-cvs mailing list