Amamatthew
Results
3
comments of
Amamatthew
The same question. And I wonder if we can store the js file's scripts in the database's fields before we load it? For example can we change the url's property...
是文件自身的编码格式的问题,以无BOM UTF-8格式保存即可
YES. I pass the arguments to the __construct() later: $R=new PHPReport(array("PaperSize"=>64)); ``` /** * Creates new report with some configuration parameters * @param array $config */ public function __construct($config=array()) {...