Overview

Namespaces

  • Simpletools
    • Autoload
    • Config
    • Db
      • Mysql
    • Event
    • Http
    • Mvc
    • Page
    • Store

Classes

  • Common
  • Controller
  • Model
  • Router
  • RoutingHook
  • View
  • Overview
  • Namespace
  • Class

Class Controller

MVC Controller

Simpletools\Mvc\Common
Extended by Simpletools\Mvc\Controller
Namespace: Simpletools\Mvc
Located at Simpletools/Mvc/Controller.php
Methods summary
public
# __construct( $env )
public static &
# getInstance( $empty = null )
public
# setCommonObject( $objectName, & $obj )
public
# render( $controller, $view = null )
public
# error( $errorCode = 'v404' )
public
# forward( $controller, $action = null, $params = false )
public
# setNewParams( $controller, $action, $params )
public &
# view( )
public
# setViewProperty( $key, $value )
public
# getActiveRoutingNamespaceDir( )
public
# getActiveRoutingNamespaceUrlPath( )
public
# getActiveRoutingNamespace( $useDirectorySeparator = false )
public
# enableView( )
public
# disableView( )
public
# isAction( $action = null )
Methods inherited from Simpletools\Mvc\Common
getCorrectActionName(), getCorrectControllerName(), getParam(), getParamByIndex(), getParam_(), getPost(), getQuery(), getRequest(), isParam(), isParamByIndex(), isParam_(), isPost(), isQuery(), isRequest(), location(), redirect(), returnParams(), setParams()
Properties summary
protected static $_instance
# null
API documentation generated by ApiGen