Jump to content

gyaani

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by gyaani

  1. Hello, didn't want to start a new thread for a simple question: In the module processPageDelete - there is this line - $page = new Page(); . . $page->process = $this; in ___install() . I can't figure out what this line does. I mean it is assigning the current object to the var $page->process. But looking through the Page class , I can't find this any $process. wondering what does it do and if it is required... anyone ? Thanks Edit: does it specify the object which contains the ___execute () for this page
  2. Thanks for the welcome Ah in the admin! I see
  3. This is what I have understood: Adding a field to a template makes the field 'available' to the template file. Which can then be echo'ed out (Ex: echo $page->summary), if it needs to be..Are there any cases where fields aren't echo'ed ? Just wondering.. Secondly it seems drag and drop on the fields on Edit Template is just for visual purpose, i.e it doesn't actually do anything. Right ? Not saying that it should, just I expected something on the page to change on using drag and drop and got a lil confused.. Please correct me where I am wrong. Thanks
×
×
  • Create New...