Private: Tina MVC for Wordpress
The Main Tina MVC Entry Page
This is a Tina MVC front end controller page.
You can choose to make this page invisible and just serve up a 404 if it is called
without a valid controller request. Alternatively if you are developing your own app, you can choose not to create the
front end controller pages at all. This allows you to use Tina MVC for widget and plugin development without
using the login/user dashboard functionality.
Have you just installed Tina MVC?
If so you can copy the files and directories in `sample_app/` to `app/` to get you started. This will
override this page with new content and some links to the sample page controllers.
If you want to revert that action then delete the files and folders in `app/`.
There is nobody logged in and there are no permissions to view this page.
You can use this page as your staring point for Tina development.
Cheesy I know, but here is the customary message passed from our page controller:
The result of <?= $V->hello_world ?>:Hello World!
This is the users post login dashboard or the public front end controller page (depending on the view permissions). You can override it with your own by copying this file (‘index_view.php’) into the ‘app’ folder
and customising it.