Skip to content

Instantly share code, notes, and snippets.

@iCodeForBananas
Created December 8, 2014 17:52
Show Gist options
  • Save iCodeForBananas/86d6f9249cb8440c6f6b to your computer and use it in GitHub Desktop.
Save iCodeForBananas/86d6f9249cb8440c6f6b to your computer and use it in GitHub Desktop.
Controller template for phpstorm
<?php
class ${Controller_Name}_Controller extends Base_Controller
{
public function __construct()
{
parent::__construct();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment