[geeklog-cvs] Geeklog-2/views Geeklog_HomeView.php,NONE,1.1

tony at iowaoutdoors.org tony at iowaoutdoors.org
Mon Dec 20 17:14:15 EST 2004


Update of /var/cvs/Geeklog-2/views
In directory www:/tmp/cvs-serv28339

Added Files:
	Geeklog_HomeView.php 
Log Message:
Initial release.  Doesn't do anything but verify that you were able to log in ok.


--- NEW FILE: Geeklog_HomeView.php ---
<?php

require_once 'BaseViewFlexyUser.php';

class Geeklog_HomeView extends Geeklog_BaseViewFlexyUser {
	public function processView()
    {
    	$this->setPageTitle('Geeklog Home');
    	$this->flexyHandle->compile('Home.thtml');
        $this->flexyHandle->outputObject($this);
        $this->clearMessages();        
    }
}

?>



More information about the geeklog-cvs mailing list