From 086bff1a13c510648ec9320c14ba19f2f9880673 Mon Sep 17 00:00:00 2001 From: UndefinedOffset Date: Tue, 10 Jul 2012 12:01:35 -0300 Subject: [PATCH] Added titles --- docs/HasManyExample.md | 4 +++- docs/ManyManyExample.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/HasManyExample.md b/docs/HasManyExample.md index 5f9fe93..479b646 100644 --- a/docs/HasManyExample.md +++ b/docs/HasManyExample.md @@ -1,4 +1,6 @@ - :::php +has_many Example +================= + :::php /*** TestPage.php ***/ class TestPage extends Page { public static $has_many=array( diff --git a/docs/ManyManyExample.md b/docs/ManyManyExample.md index 040674a..1ed0952 100644 --- a/docs/ManyManyExample.md +++ b/docs/ManyManyExample.md @@ -1,3 +1,5 @@ +many_many Example +================= :::php /*** TestPage.php ***/ class TestPage extends Page {