extranet/application/models/CommandesPieces.php

6 lines
121 B
PHP
Raw Normal View History

2011-05-19 08:46:55 +00:00
<?php
class Application_Model_CommandesPieces extends Zend_Db_Table_Abstract
{
protected $_name = 'commandes_pieces';
}