Open-Source PHP Framework - Designed for rapid development of performance-oriented scalable applications

/mvc/views/index

[return to app]
1 <?php
2 get
::$title 'Hello World!';
3 echo 
$html->h1('Hello World! Vork installation is successful!');
4
5 echo 
$html->p('The "view" for the content on this page is at: /mvc/views/index');
6
7 echo 
$html->p('The "controller" for this page can be edited at: /mvc/controllers/index');
8
9 echo 
$html->h2('Full documentation is at ' $html->link('http://www.Vork.us/docs'));