Skip to content

Commit

Permalink
Added Helo World sample app.
Browse files Browse the repository at this point in the history
  • Loading branch information
mheadd committed May 25, 2010
1 parent 8de3bdf commit 6d3cb96
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions samples/hello_world.php
@@ -0,0 +1,14 @@
<?php
/**
* A sample application that demonstrates the use of the TropoPHP packeage.
* @copyright 2010 Mark J. Headd (http://www.voiceingov.org)
*/

// Include Tropo classes.
require('TropoClasses.php');

$tropo = new Tropo();
$tropo->Say("Hello World!");
$tropo->RenderJson();

?>

0 comments on commit 6d3cb96

Please sign in to comment.