Changeset 10 for trunk/index.php
- Timestamp:
 - Jun 19, 2012, 8:56:06 AM (13 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/index.php (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/index.php
r6 r10 16 16 } 17 17 18 //creating objects 18 19 $Database = new Database(); 20 $User = new User($Database); 21 22 23 //main body 19 24 $Gui = new Gui(); 25 26 $User->Login('maron','test'); 20 27 21 28 $Gui->ShowPage(); 22 29 23 30 31 //destroing objects 32 $User->__Destroy(); 33 24 34 ?>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/phpvpsadmin/chrome/site/your_project_logo.png)