extranet/application/models/CommandesTarifs.php

6 lines
121 B
PHP
Raw Normal View History

2011-05-19 08:46:55 +00:00
<?php
class Application_Model_CommandesTarifs extends Zend_Db_Table_Abstract
{
2011-08-22 13:30:32 +00:00
protected $_name = 'commandes_tarifs';
2011-05-19 08:46:55 +00:00
}