Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
application
/
controllers
/
paypal
/
samples
:
Demo.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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 */