batch/1.2/application/models/JoLiensDoc.php
Michael RICOIS a99b261e5f Add models
2013-07-17 09:53:33 +00:00

6 lines
141 B
PHP

<?php
class Application_Model_JoLiensDoc extends Zend_Db_Table_Abstract
{
protected $_name = 'liensDoc';
protected $_schema = 'jo';
}