PHP Mini Documentation

LoaderInterface

PHP Mini Framework

Tags
copyright

busarm.com

license

https://github.com/Busarm/php-mini/blob/master/LICENSE (MIT License)

codeCoverageIgnore

Table of Contents

config()  : mixed
Load config file
view()  : string|null
Load view file

Methods

config()

Load config file

public config(string $path) : mixed
Parameters
$path : string
Tags
Return values
mixed

view()

Load view file

public view(string $path[, array<string|int, mixed> $params = [] ][, bool $return = false ]) : string|null
Parameters
$path : string
$params : array<string|int, mixed> = []
$return : bool = false
Tags
Return values
string|null

        

Search results