I am probably thinking totally wrong, but I would like to run the following $pages->find query directly in a module's function
$pages->find("status=unpublished");
I don't want to run it in the template and pass the PageArray to this function, but when I am trying this I get the following error:Call to a member function find() on a non-object
Is it possible to do this in some way or does it require a totally different approach?
/Jasper













