Login   Register  
PHP Classes
elePHPant
Icontem

File: www/index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2011-11-24 17:32
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);

?>