[geeklog-cvs] Geeklog-2/system/Propel/Geeklog-2 Gl2Timezone.php,NONE,1.1 Gl2TimezonePeer.php,NONE,1.1

tony at iowaoutdoors.org tony at iowaoutdoors.org
Mon Dec 20 17:10:38 EST 2004


Update of /var/cvs/Geeklog-2/system/Propel/Geeklog-2
In directory www:/tmp/cvs-serv28006/Propel/Geeklog-2

Added Files:
	Gl2Timezone.php Gl2TimezonePeer.php 
Log Message:
Some new files.  Not sure why all propel classes are listed every time...sorry


--- NEW FILE: Gl2TimezonePeer.php ---
<?php
// The parent class
require_once 'Geeklog-2/om/BaseGl2TimezonePeer.php';

// The object class
include_once 'Geeklog-2/Gl2Timezone.php';

/** 
 * The skeleton for this class was autogenerated by Propel on:
 *
 * [Sat Dec 18 00:51:39 2004]
 *
 *  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 Geeklog-2 
 */
class Gl2TimezonePeer extends BaseGl2TimezonePeer {

}

--- NEW FILE: Gl2Timezone.php ---
<?php
require_once 'Geeklog-2/om/BaseGl2Timezone.php';

/** 
 * The skeleton for this class was autogenerated by Propel  on:
 *
 * [Sat Dec 18 00:51:39 2004]
 *
 * 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 Geeklog-2 
 */
class Gl2Timezone extends BaseGl2Timezone {

}




More information about the geeklog-cvs mailing list