2
0
forked from Wavyzz/dolibarr

NEW : add restler framework

First step to build REST API into Dolibarr
This commit is contained in:
jfefe
2015-05-01 15:42:05 +02:00
parent f6c93525a6
commit b503b16f07
69 changed files with 12229 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
);