[geeklog-cvs] Geeklog-2.x/plugins/content/models Gl2Content.php, NONE, 1.1 Gl2ContentPeer.php, NONE, 1.1

Damien Hodgkin dhodgkin at qs1489.pair.com
Wed Aug 8 16:23:47 EDT 2007


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

Added Files:
	Gl2Content.php Gl2ContentPeer.php 
Log Message:
Second commit

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

  // include base peer class
  require_once getOption('path_plugins') . 'content/models/om/BaseGl2ContentPeer.php';

  // include object class
  include_once getOption('path_plugins') . 'content/models/Gl2Content.php';


/**
 * Skeleton subclass for performing query and update operations on the 'gl2_content' table.
 *
 * 
 *
 * This class was autogenerated by Propel on:
 *
 * Wed Jul 25 16:23:29 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 Gl2ContentPeer extends BaseGl2ContentPeer {

} // Gl2ContentPeer

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

require_once getOption('path_plugins') . 'content/models/om/BaseGl2Content.php';


/**
 * Skeleton subclass for representing a row from the 'gl2_content' table.
 *
 * 
 *
 * This class was autogenerated by Propel on:
 *
 * Wed Jul 25 16:23:29 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 Gl2Content extends BaseGl2Content {

} // Gl2Content




More information about the geeklog-cvs mailing list