[pmwiki-devel] php ListPages question
Hans
design5 at softflow.co.uk
Wed Dec 5 11:25:31 CST 2007
What is the correct way to list all pages with ListPages?
And what is the correct way to list all pages in groups starting with
a certain character, like 'F' ?
If I use $plist = ListPages("/^Fo*.*/");
I get all pages in groups starting with 'Fo',
but if I use $plist = ListPages("/^F*.*/");
I get all pages!
And if I use $plist = ListPages("/^*.*/");
I get tons of errors.
Thanks for any hints!
Hans
More information about the pmwiki-devel
mailing list