2011-10-12 29 views

回答

0

這個例子可以幫助你

<?php 

include('../clientlogin.php'); 
include('../sql.php'); 
include('../file.php'); 

//get token 
$token = ClientLogin::getAuthToken('username', 'password'); 
$ftclient = new FTClientLogin($token); 

//select rowid from table 
echo $ftclient->query(SQLBuilder::select(358077, array('rowid'))); 
echo "<br />"; 

來源: Google Code