+ Reply to Thread
Results 1 to 3 of 3

Thread: Page controller

  1. #1

    Question Page controller

    we can use the same controller for 2 pages or multiple pages or not?

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,183
    Hello,

    Yes, you can but the results will be the same or you need to add some logic to the existing controller to handle your page: includes > controllers > some_controller.inc.php

  3. #3
    Quote Originally Posted by Rudi View Post
    Hello,

    Yes, you can but the results will be the same or you need to add some logic to the existing controller to handle your page: includes > controllers > some_controller.inc.php
    Thank you Rudi

+ Reply to Thread