parse_string($template, $data[, $return = FALSE])
| Parameters: |
|
|---|---|
| Returns: |
Parsed template string |
| Return type: |
string |
This method works exactly like parse(), only it accepts the template as a string instead of loading a view file.
parse_string($template, $data[, $return = FALSE])
| Parameters: |
|
|---|---|
| Returns: |
Parsed template string |
| Return type: |
string |
This method works exactly like parse(), only it accepts the template as a string instead of loading a view file.
Please login to continue.