Skip to content

Source code for Create your own framework for Symfony 2

Notifications You must be signed in to change notification settings

ahundiak/simplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source code for

http://fabien.potencier.org/article/50/create-your-own-framework-on-top-of-the-symfony2-components-part-1

Use 2.2 components. Upgrade and freeze at 2.3 when available.

Added app and web folders

Part 02

Switch to using the composer autoload file.

Added tests directory with working test.

Part 03

Simple front controller with templates in src/pages

Part 04

Use Route component.

Part 05

Add Controllers (aka Actions)

Leap year application

Part 06

HttpKernel::ControllerResolver added to the mix

src/controllers/LeapYearController06

About

Source code for Create your own framework for Symfony 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages