render()
render(string $view, array $options = null, boolean $saveData = false) : string
Builds the output based upon a file name and any data that has already been set.
Parameters
string | $view | |
array | $options | Reserved for 3rd-party uses since it might be needed to pass additional info to other template engines. |
boolean | $saveData | If true, will save data for use with any other calls, if false, will clean the data after displaying the view, if not specified, use the config setting. |