Added titles

This commit is contained in:
UndefinedOffset 2012-07-10 12:01:35 -03:00
parent 63f3f73900
commit 086bff1a13
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,6 @@
:::php
has_many Example
=================
:::php
/*** TestPage.php ***/
class TestPage extends Page {
public static $has_many=array(

View File

@ -1,3 +1,5 @@
many_many Example
=================
:::php
/*** TestPage.php ***/
class TestPage extends Page {