Skip to content

raagaard/brewblogger

 
 

Repository files navigation

This is my attempt to refactor BrewBlogger to much better code, and ultimately add features that I want.

The plan of attack is:

  1. Move all HTML out of PHP files and into Twig templates
  2. Move all database access to Doctrine
  3. Add Silex for routing and dependency injection. Part of that will involve moving pages into their own controllers.
  4. Normalize the database
  5. Extract functionality from controller and global functions into objects where it makes sense

As the development progresses, I'll initially be writing Behat tests to confirm I haven't broken anything. Once the project is more stabilized, I'll be writing PHPUnit unit tests and adding CI.

Build Status

About

Mirror of BrewBlogger's Google Code project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.5%
  • CSS 14.5%
  • JavaScript 5.0%