View Single Post
  #8  
Old 12-06-2014, 03:23 PM
AndromedaKerova's Avatar
AndromedaKerova AndromedaKerova is offline
ChibiFur Queen
 
Join Date: Nov 2014
Location: England
Posts: 83
Gender: Female
Credits: 3,741
AndromedaKerova is on a distinguished road
Default

From what I can tell, it would generate pages saying something like "you found a pet/item/coin" and a link to continue exploring but I don't see how it would actually give people anything.

Also, in the blank.php I don't see anything to do with "START SCRIPT" and "OUTPUT PAGE"
Only:
Code:
<?php

class BlankController extends AppController{

    public function __construct(){
        parent::__construct();	
    }
	
	public function index(){

	}
}
?>
__________________
Failing at being normal since 1990.

Last edited by AndromedaKerova; 12-06-2014 at 03:26 PM.
Reply With Quote