File "Demo-20260225154245.php"

Full Path: /home/ichhrkpd/public_html/application/controllers/paypal/samples/Demo-20260225154245.php
File size: 421 bytes
MIME-type: text/x-php
Charset: utf-8

<?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 */