public function __construct()
 {
     $this->_order = Piece_ORM::createObject('Orders');
 }
Example #2
0
 function Entry_NewAction()
 {
     $this->_entry =& Piece_ORM::createObject('Entry');
 }