Page 2 of 2

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

Posted: Fri Dec 17, 2010 4:51 pm
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.

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

Posted: Mon Dec 27, 2010 12:33 am
by replytomk3

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

Posted: Tue Jan 01, 2013 1:53 am
by Monitor2
For this to work with 1.10.*+

Replace:
mActive
mMetadata
mName

With:
Active()
Metadata()
Name()