cmc-sales/php/app/vendors/costing.php

10 lines
78 B
PHP
Executable file

<?php
App::import('Vendor','PHPExcel/PHPExcel');
class Costing {
}
?>