CMS or View?

FvGFvG
edited October 2011 in News & Announcements
Is there any php function to find out whether fuel found the content in the database or got it from a view?

Comments

  • edited 10:16AM
    There is a property on the Fuel_page class of "render_mode" that should return how the page was rendered:
    $mode = $this->fuel_page->render_mode;
Sign In or Register to comment.