
本人在SAE环境下搭建了CI框架(其实这个小东西用不着用框架的),直接把代码写在了控制器里面。
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
//define your token
define("TOKEN", "109");
class Welcome extends CI_Controller {
public function index()
{
/*
$this->load->helper('url');
$this->load->view('welcom...