westdc-zf1/application/models/XmlTable.php

9 lines
105 B
PHP
Executable File

<?php
/**
* xml abstract class
*/
class XmlTable extends Zend_Db_Table
{
protected $_name = 'xml';
}