Add table model JoRncsDirigeants

This commit is contained in:
Michael RICOIS 2012-11-30 11:11:53 +00:00
parent 3458fda0c6
commit fb48a07ec8

View File

@ -0,0 +1,5 @@
<?php
class Application_Model_JoRncsDirigeants extends Zend_Db_Table_Abstract
{
protected $_name = 'rncs_dirigeants';
}