Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Created June 14, 2012 11:43
Show Gist options
  • Save coreymcmahon/2929805 to your computer and use it in GitHub Desktop.
Save coreymcmahon/2929805 to your computer and use it in GitHub Desktop.
By extending HttpKernel we can significantly reduce our framework's code - http://www.symfonycentral.com
<?php
namespace Simplex;
use Symfony\Component\HttpKernel\HttpKernel;
class Framework extends HttpKernel
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment