New models

This commit is contained in:
Michael RICOIS 2012-06-21 06:05:39 +00:00
parent af00c3f282
commit 4c21b4156c
2 changed files with 10 additions and 0 deletions

View File

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

View File

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