New Controllers.

edited September 2011 in Modules
Do I need to worry about the warning when I add my new page associated with my new controller that "there is already a controller associated with this page"? Am I doing something wrong, or is this merely informational?

Comments

  • edited 5:10AM
    It just means that the controller is controlling the page logic and it is not going through the normal page_router (set as the 404_override). If you are rendering the page in your controller by using the Fuel_page class, then you don't need to worry about it.
  • edited 5:10AM
    Thanks for that. Using fuel_page class, so no worries.
Sign In or Register to comment.