From 21c49649df720c876100cb1455b9fafa31124aec Mon Sep 17 00:00:00 2001 From: Tony R Quilkey Date: Sat, 31 Mar 2012 22:32:24 +1100 Subject: [PATCH] Fix heading sizes. --- .phrozn/entries/docs/cascading-namespace.twig | 2 +- .phrozn/entries/docs/route-component.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.phrozn/entries/docs/cascading-namespace.twig b/.phrozn/entries/docs/cascading-namespace.twig index f323842..8cfd0b2 100644 --- a/.phrozn/entries/docs/cascading-namespace.twig +++ b/.phrozn/entries/docs/cascading-namespace.twig @@ -1,7 +1,7 @@ layout: docs.twig ---
-

The cascading name space

+

The cascading name space

The entire Proem framework sits within the Proem\Api name space, yet internally it uses a virtual name space called Proem, users also use this same virtual name space when using Proem. This name space doesn't diff --git a/.phrozn/entries/docs/route-component.twig b/.phrozn/entries/docs/route-component.twig index 45497d4..e51b810 100644 --- a/.phrozn/entries/docs/route-component.twig +++ b/.phrozn/entries/docs/route-component.twig @@ -1,7 +1,7 @@ layout: docs.twig ---

-

The routing component

+

The routing component

Routing is the process of parsing a uri and mapping the resultant tokens to modules, controllers, actions and further parameters. At it's simplest, the standard route