Started work on Address
This commit is contained in:
@@ -6,6 +6,7 @@ include_once(realpath(dirname(__FILE__))."/mfBaseModel.php");
|
||||
class mfBaseController {
|
||||
protected $log;
|
||||
protected $needlogin = false;
|
||||
protected $request;
|
||||
private $mfAction;
|
||||
private $mfDBI;
|
||||
private $mfLayout;
|
||||
@@ -69,6 +70,8 @@ class mfBaseController {
|
||||
include MFBASECONTROLLER_INIT_INCLUDE_FILE;
|
||||
}
|
||||
|
||||
$this->request = new mfRequest($params);
|
||||
|
||||
// now run action
|
||||
if($params['action']) {
|
||||
$this->__call($params['action'],$params);
|
||||
|
||||
Reference in New Issue
Block a user