odea/library/Application/Model/CiblageEnrichissementProfils.php
2014-06-18 08:28:45 +00:00

6 lines
169 B
PHP

<?php
class Application_Model_CiblageEnrichissementProfils extends Zend_Db_Table_Abstract
{
public $_name = 'enrichissement_profils';
protected $_schema = 'ciblage';
}