PHP Classes

File: www/index.php

Recommend this page to a friend!
  Classes of davifelipe   smart MVC   www/index.php   Download  
File: www/index.php
Role: Example script
Content type: text/plain
Description: Sample output
Class: smart MVC
MVC framework using Smarty to render views
Author: By
Last change:
Date: 13 years ago
Size: 148 bytes
 

 

Contents

Class file image Download
<?php
session_start
();

include_once
'../web-app/lib/SMVC/Autoload.php';

SMVC_Locale::setLocale('pt_BR');

SMVC_Request::startTemplate($_GET);

?>