Info Panel
Roll it!   ⇔

This is: First page based view

This demonstration is based on the files designated on "Files in use" in the middle of this page.

We can edit the "view" file (file number 1) and the content of this page will be changed. no need to use the full power of the MVC structure design, simple "view" change and we can output the result.

Notice the url routing at our browser http address. if we want to inflict the first string after the domain and after the "/" sign, we will use index.php at the directory we want to use as string on the url. in this example we use the firstPageBasedView directory.

Files in use: (not including template files)

1 - View (a must): architecture/application/views/firstPageBasedView/index.php

Navigate:

homePage - Home page

firstPageBasedView - First page based "view"   firstPageBasedViewMu - For multi language support

pageNum2BasedView - Page number 2 based "view"   pageNum2BasedViewMu - For multi language support

firstPageBasedController - First page based "controller"   firstPageBasedControllerMu - For multi language support

pageNum2BasedController - Page number 2 based "controller"   pageNum2BasedControllerMu - For multi language support

Info Panel
Roll it!   ⇔