Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: PHP  |  size: 0.16 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2.  
  3. define('EXEC', 1);
  4.  
  5. class IndexController{
  6.  
  7.         public function index(){
  8.                 render('index', array(
  9.                         'title'         => 'Mira la cartelera'
  10.                 ));
  11.         }
  12. }
  13.  
  14. ?>