westdc-zf1/application/models/XmlTable.php

9 lines
105 B
PHP
Raw Permalink Normal View History

2009-03-06 03:20:46 +00:00
<?php
/**
* xml abstract class
*/
class XmlTable extends Zend_Db_Table
{
protected $_name = 'xml';
}