Overview

Namespaces

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

Classes

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

Class View

MVC View

Simpletools\Mvc\Common
Extended by Simpletools\Mvc\View
Namespace: Simpletools\Mvc
Located at Simpletools/Mvc/View.php
Methods summary
public
# __construct( $view_extension = 'phtml' )
public
# getViewExt( )
public static &
# getInstance( )
public
# registerObject( $objectName, & $object )
public
# render( $dir )
public
# url( array $urls, $absolute = false, $https = false, $slashEnd = false )
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 integer $_shifted_params
# 0
protected static $_instance
# null
protected string $_view_ext
# 'phtml'
API documentation generated by ApiGen