Skip to content

Instantly share code, notes, and snippets.

<?php echo phpinfo(); ?>
// Backbone.js 1.0.0
// (c) 2010-2013 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license.
// For all details and documentation:
// http://backbonejs.org
(function(){
// Initial Setup
Thislookssogood.I\'mnotexactlysurewhatCODEPENwill
To display back result (or output stored in a variable called $now) use the echo or printf command:
http://unslider.com/
<?php
abstract class Shape
{
public function isShape()
{
return true;
}
}