Modèle pour la table des pays

This commit is contained in:
Michael RICOIS 2012-12-03 15:09:34 +00:00
parent 12046d5878
commit 30708bc61b

View File

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