vendor tips
------------------------------------------------------------------------
put the class library to vendor dir of PFA.
the method to improt class of vendor
// to import: vendor\Zend\Util\Array.class.php
vendor('Zend.Util.Array#class');
// or
vendor('Zend.Util.Array', ''， '.class.php');

