AloFramework documentation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • Alo
    • Cache
    • CLI
    • Controller
    • Db
    • Exception
    • FileSystem
    • Session
    • Statics
    • Test
    • Validators
    • Windows
  • Controller
  • None
  • PHP

Classes

  • Cart
  • Sample
  • SampleErrorController

Class Sample

A sample controller

Alo\Controller\AbstractController
Extended by Controller\Sample
Namespace: Controller
Author: Art <a.molcanovas@gmail.com>
Located at app/controllers/sample.php

Methods summary

public
# index( )

Default index page

Default index page

Author

Art <a.molcanovas@gmail.com>

Overrides

Alo\Controller\AbstractController::index
public
# echoer( string $first = '[not supplied]', string $second = '[not supplied]' )

Sample method for a more complex route

Sample method for a more complex route

Parameters

$first
string
$first The first string to echo
$second
string
$second The second string to echo

Author

Art <a.molcanovas@gmail.com>
public
# noclass( )

Sample method for when the class parameter isn't supplied.

Sample method for when the class parameter isn't supplied.

Author

Art <a.molcanovas@gmail.com>
public
# noparam( )

Sample method for the final route test

Sample method for the final route test

Author

Art <a.molcanovas@gmail.com>
public
# paramed( )

Sample method for showing parameters

Sample method for showing parameters

Author

Art <a.molcanovas@gmail.com>

Methods inherited from Alo\Controller\AbstractController

__construct(), __destruct(), echoOnDestruct(), http_error(), loadView()

Magic methods summary

AloFramework documentation API documentation generated by ApiGen 2.8.0