Skip to content

Instantly share code, notes, and snippets.

@silentworks
Created June 3, 2015 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silentworks/bacfc76b63b9f76b5c2c to your computer and use it in GitHub Desktop.
Save silentworks/bacfc76b63b9f76b5c2c to your computer and use it in GitHub Desktop.
<?php
namespace Library;
/**
* @property \Library\Helper $helper
*/
class App extends \Slim\Slim {}
<?php
$app = new Library\App();
$app->helper-> // this should autocomplete now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment