Are you a regular stikked user? Signup so you can keep track of your pastes!
  1. <?php
  2. class Page extends Controller {
  3.  
  4.         function __construct()
  5.         {
  6.         parent::Controller();
  7.     }
  8.        
  9.         function index()
  10.         {
  11.                 echo "test";
  12.         }
  13. }
  14. /* End of file page.php */
  15. /* Location: ./app/controllers/page.php */
  16.  
  17. //Logs for Above
  18.  
  19. <?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
  20.  
  21. DEBUG - 2009-01-25 20:57:43 --> Config Class Initialized
  22. DEBUG - 2009-01-25 20:57:43 --> Hooks Class Initialized
  23. DEBUG - 2009-01-25 20:57:43 --> URI Class Initialized
  24. DEBUG - 2009-01-25 20:57:43 --> Router Class Initialized
  25. DEBUG - 2009-01-25 20:57:43 --> Output Class Initialized
  26. DEBUG - 2009-01-25 20:57:43 --> Input Class Initialized
  27. DEBUG - 2009-01-25 20:57:43 --> Global POST and COOKIE data sanitized
  28. DEBUG - 2009-01-25 20:57:43 --> Language Class Initialized
  29. DEBUG - 2009-01-25 20:57:43 --> Loader Class Initialized
  30. DEBUG - 2009-01-25 20:57:43 --> Controller Class Initialized
  31. DEBUG - 2009-01-25 20:57:43 --> Final output sent to browser
  32. DEBUG - 2009-01-25 20:57:43 --> Total execution time: 0.0181
  33. DEBUG - 2009-01-25 20:57:43 --> Config Class Initialized
  34. DEBUG - 2009-01-25 20:57:43 --> Hooks Class Initialized
  35. DEBUG - 2009-01-25 20:57:43 --> URI Class Initialized
  36. DEBUG - 2009-01-25 20:57:43 --> Router Class Initialized
  37. DEBUG - 2009-01-25 20:57:43 --> Output Class Initialized
  38. DEBUG - 2009-01-25 20:57:43 --> Input Class Initialized
  39. DEBUG - 2009-01-25 20:57:43 --> Global POST and COOKIE data sanitized
  40. DEBUG - 2009-01-25 20:57:43 --> Language Class Initialized
  41. DEBUG - 2009-01-25 20:57:43 --> Loader Class Initialized
  42. DEBUG - 2009-01-25 20:57:43 --> Controller Class Initialized
  43. DEBUG - 2009-01-25 20:57:43 --> Final output sent to browser
  44. DEBUG - 2009-01-25 20:57:43 --> Total execution time: 0.0166
  45.  

Reply to "Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.