Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

pvalen

About

Username
pvalen
Joined
Visits
14
Last Active
Roles
Member

Comments

  • If this is the case <?php class About extends CI_Controller { function __construct() { parent::__construct(); } function index() { $this->fuel->pages->render('about'); } function contact() { /…
  • Please. How can I view content from a CMS database using a controller? I have a page created in CMS (location = about/team). How do I display it by calling from a controller? Thank you for your help
  • I thought that when I set AUTO, the "view" will search for itself. This means that I can not have a combination of stand-alone views, views called "controller" and pages from the CMS database as described in "Pages & Variables". In "Pages …