params

Cupara

Well-known member
When dealing with the ViewPublic files are there any specific params available to be called without error?

Examples:
PHP:
$this->params['posts']
$this->params['forum']

The files I refer to is ViewPublic/Forum/View.php and ViewPublic/Posts/View.php
 
Or better yet any params available to use in ControllerPublic files or any place I can look for maybe a list of these?
 
Top Bottom