Method: content::load
Loads content from a passed file
Info
Syntax
content::load($file, $return=true)
Parameters
- $file (string) The path to the file
- $return (boolean) True: return the content of the file, false: echo the content
Loads content from a passed file
content::load($file, $return=true)