batch/library/Application/Model/Sdv1ClientsServicesIP.php

6 lines
159 B
PHP
Raw Normal View History

2014-08-04 14:45:48 +00:00
<?php
class Application_Model_Sdv1ClientsServicesIP extends Zend_Db_Table_Abstract
{
protected $_name = 'clients_services_ip';
protected $_schema = 'sdv1';
}