batch/1.2/application/models/JoLiensDoc.php

6 lines
141 B
PHP
Raw Normal View History

2013-07-17 09:53:33 +00:00
<?php
class Application_Model_JoLiensDoc extends Zend_Db_Table_Abstract
{
protected $_name = 'liensDoc';
protected $_schema = 'jo';
}