I saw somewhere how to find out the number of pages on the website

General project discussion. NOT for help questions.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: I saw somewhere how to find out the number of pages on the website

Post by Wishbone »

Here's the link to the documentation for the ContentBase class of which your $page is a member of:

http://www.cmsmadesimple.org/apidoc/CMS ... tBase.html

It looks like $page->mType might tell you which content type it is.
Monitor2
New Member
New Member
Posts: 8
Joined: Fri Dec 14, 2012 12:16 am

Re: I saw somewhere how to find out the number of pages on t

Post by Monitor2 »

For this to work with 1.10.*+

Replace:
mActive
mMetadata
mName

With:
Active()
Metadata()
Name()
Locked

Return to “General Discussion”