So, I understand now: the sentence of manual is a bit ambiguous to parse, when speaking about auth and service, because auth and active are not mentionned as fields of page object (or at least as accessible values), but info is (and returns nothing). That's why I couldn' access to right information. Perhaps manual should be more exhaustive and written more simply about this point in a next version?
Thanks again (for help and information) Emmanuel -----Original Message----- From: pp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 7:08 PM To: [EMAIL PROTECTED] Subject: Re: [midgard-user] Access to Midgard objects informations > > But are these information related somewhere in Midgard manual? Did I miss > it? Yes and not . http://www.midgard-project.org/manual/en/records.page.php "info Contains bits for auth and active. Auth can be required, inherited or not required. A page is either active or offline." I am not sure if that should be presented that way.... Anyway if You want to know all records fileds for specific object use print_t ($object); It should display all fileds, but not all are for getting while using midgard functions. For example $page->info (as suggested in manual) will return nothing. As well as $article->calstart (AFAIR). Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
