odea/library/Application/Model/CiblageEnrichissementProfils.php

6 lines
169 B
PHP
Raw Normal View History

<?php
class Application_Model_CiblageEnrichissementProfils extends Zend_Db_Table_Abstract
{
public $_name = 'enrichissement_profils';
2013-03-19 09:42:10 +00:00
protected $_schema = 'ciblage';
}