Advertisement
terorama

slider / index.php

Aug 21st, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. <?php
  2.  
  3. function __autoload($classname) {
  4.    require $classname.'.inc.php';
  5. };
  6.  
  7.    //$objstat= new ObjStat();
  8.  
  9.    //$baser=new Baser('database connection','localhost','root','error100','testbase8');
  10.    //echo $baser->myname;
  11.    
  12.    //$objstat->push($baser);
  13.    //echo($objstat->show_errors());
  14.    
  15.    include_once('maket3.tpl.php');
  16.  
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement