webservice/application/models/Sdv1Prestations.php

6 lines
156 B
PHP
Raw Normal View History

2012-09-25 15:04:50 +00:00
<?php
class Application_Model_Sdv1Prestations extends Zend_Db_Table_Abstract
{
protected $_name = 'prestations';
2013-02-21 17:03:56 +00:00
protected $_schema = 'sdv1';
2012-09-25 15:04:50 +00:00
}