Created
October 14, 2015 13:53
-
-
Save danielsetreus/4eb4f50442c08f8bab76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$fb = new FaceBook(); | |
$fb->setTitle("My facebook"); // Sets the application title | |
$fb->start(); // Runs the application | |
*/ | |
There should be no need to edit bellow this line | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment