batch/library/Application/Model/Sdv1ClientsPrestaParams.php

6 lines
163 B
PHP
Raw Normal View History

2015-07-27 20:47:19 +00:00
<?php
class Application_Model_Sdv1ClientsPrestaParams extends Zend_Db_Table_Abstract
{
protected $_name = 'clients_presta_params';
protected $_schema = 'sdv1';
}