[pmwiki-devel] a pagelist (or list of pages) in php

Patrick R. Michaud pmichaud at pobox.com
Sat Aug 6 12:20:08 CDT 2011


On Sat, Aug 06, 2011 at 12:12:06PM -0400, Mike Stop Continues wrote:
> Is there a way to get a pagelist without MakePageList()? At bare minimum, I
> need a simple array of groups, but if I could get a more complete method, it
> would really help the recipe I'm building.

The ListPages() function returns a list of all pagenames.  You can
also pass a regex pattern as an argument to get only the names
matching the pattern.

Pm



More information about the pmwiki-devel mailing list