コード例 #1
0
ファイル: appcelerator.php プロジェクト: apinstein/phocoa
 function requestSend($page, $params)
 {
     // code to send message here...
     // Send response to appcelerator
     sleep(2);
     // give animation time to display for demo
     return WFActionResponseAppcelerator::WFActionResponseAppcelerator('response.sent', array('message' => 'Mail request received. NOTE: This demo does not actually send the email.'));
 }