<?php
// include base peer class
require_once 'diy-blog/model/om/BaseCommentPeer.php';
// include object class
include_once 'diy-blog/model/Comment.php';
/**
* Skeleton subclass for performing query and update operations on the 'Comment' table.
*
*
*
* This class was autogenerated by Propel on:
*
* 09/25/07 19:31:43
*
* 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 diy-blog.model
*/
class CommentPeer extends BaseCommentPeer {
} // CommentPeer