<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Demo extends CI_Controller { function __construct() { parent::__construct(); // Load helpers $this->load->helper('url'); } public function paypalTest(){ $this->load->helper('url'); $this->load->view('paypal/samples/demo'); } } /* End of file Demo.php */ /* Location: ./system/application/controllers/paypal/samples/Demo.php */