コード例 #1
0
ファイル: Test.php プロジェクト: sttt/phery-kohana
 function ajax_test_remote()
 {
     $r = new PheryResponse();
     return $r->alert('holy mother');
 }