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

Damien Hodgkin dhodgkin at qs1489.pair.com
Wed Aug 8 16:19:40 EDT 2007


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

Added Files:
	Gl2ContentDTO.php 
Log Message:
Second commit

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

/**
 * Skeleton subclass for representing a row from the 'gl2_content' table.
 *
 * This class was autogenerated by Phing on:
 *
 * Wed Jul 25 16:23:31 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.dto
 */
require_once 'models/dto/base/BaseGl2ContentDTO.php';

class Gl2ContentDTO extends BaseGl2ContentDTO {

		
} // Gl2ContentDTO




More information about the geeklog-cvs mailing list