Advertisement
levicosta2015

Untitled

Jul 18th, 2016
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. <?php
  2.     /**
  3.     * Dataroute Module v1.0
  4.     * By Levi Costa [levicosta201]
  5.     * http://code.voemercosul.com/
  6.     * levicosta201 on phpVMS forums
  7.     * Keep the credits! It's cool
  8.     */
  9.     //Instantiate a Class with extension Code Modules
  10.     class Dataroutes extends CodonModule{
  11.         //The index function receives the main call
  12.         public function index(){   
  13.             //We here call our template routes
  14.             $this->show('Dataroutes/index.tpl');   
  15.         }  
  16.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement