enrichissement/application/models/Profil.php
2012-01-13 15:50:21 +00:00

7 lines
103 B
PHP

<?php
class Application_Model_Profil extends Zend_Db_Table_Abstract
{
protected $_name = 'profil';
}