Menu

#8 2 small typos in online docs

open
nobody
None
5
2006-01-12
2006-01-12
mark
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.