Function _msg
Print or return the message formatted with HTML
Package: PHPLucidFrame\Core
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/utility_helper.php
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/utility_helper.php
mixed |
$msg |
A message string or Array of message strings |
string |
$class = 'error' |
The CSS class name |
mixed |
$return = null |
<p>What is expected to return from this function. <code>null</code> (default) no return and just print it. <code>html</code> return HTML.</p> |
string |
$display = null |
CSs display property value - block, none, inline-block, etc. |
string
|
The formatted date |