This is: Page num 2 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 default page we saw in the first example, we will use pageNum2BasedView.php at the directory we used on our first example. in this example we use the firstPageBasedView directory.
Files in use: (not including template files)
1 - View (a must): architecture/application/views/firstPageBasedView/pageNum2BasedView.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