Login   Register  
PHP Classes
elePHPant
Icontem

File: sucesso.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marcelo Costa  >  ooeLite  >  sucesso.php  >  Download  
File: sucesso.php
Role: Example script
Content type: text/plain
Description: session register exemple
Class: ooeLite
Web application development framework
Author: By
Last change:
Date: 2009-07-10 11:20
Size: 118 bytes
 

Contents

Class file image Download
<?php
include_once ("_autoload.php");
#
$Objeto = new ooeLite;
$Objeto->checkSession();
print_r($_SESSION);

?>