2 small typos in online docs
Status: Beta
Brought to you by:
jwilde
I am the lead developer for a international firm
shopping for a framework for a portal to be used by its
800 employees worldwide.
when googling:
php "xml to object mapping"
I found as a first hit:
http://www.phpmvc.net/docs/guides/guidesIdx.php?doc=phpmvc-101
In the text:
Initialise the application class paths: The Front
Controller loads the [...]
$appDirs = array();
...
$appDirs = 'WEB-INF/report_tpl';
$appDirs = 'WEB-INF/report_classes';
the last two equal signs should be
[]=
and not
=
Also, in the left nav there is an inappropriate apostrophe:
Online Demo's
should be
Online Demos
Thanks.