I am trying to use the api to interface Vyew 4.0 using php. I am using
/** REV 10707 */
/**
* class: VyewAPI Wrapper Class
*
1. how do we turn off the response in the html?
For example, I am getting all the response in the html page.
callAPI:getbooksArray ( [user] => ) callAPI RESPONSE....
there is a vyewapi.log file, but this file only contains 1 on everyline.
How do we direct the response output to the vyewapi.log file instead of the standard out in the html file?
2. How do we use the api to make a copy of a room? Will the import function do the job?
In the API, it says
* > //--- making a copy of a vyewbook
* > $result = $vyew->create(’A Copy of a VyewBook’);
* > if($result[0]==1) $vyewAPI->import( TODO
What do we need to do to make a copy of a vyewbook?