Class icms_core_Message
Create and display messages on the screen
Methods summary
public static
|
#
warning( string $msg, string $title = '', boolean $render = FALSE )
Replaces xoops_warning() and icms_warning_msg()
Given either an array of messages or a string, and an optional title, create a formatted warning
message
Replaces xoops_warning() and icms_warning_msg()
Given either an array of messages or a string, and an optional title, create a formatted warning
message
Parameters
Copyright
copyright (c) 2000-2003 XOOPS.org
You should have received a copy of XOOPS_copyrights.txt with
this file. If not, you may obtain a copy from xoops.org
Author
|
public static
mixed
|
#
error( string $msg, string $title = '', boolean $render = true )
Replaces icms_error_msg()
Replaces icms_error_msg()
Parameters
Returns
mixed
Copyright
copyright (c) 2000-2003 XOOPS.org
You should have received a copy of XOOPS_copyrights.txt with
this file. If not, you may obtain a copy from xoops.org
Author
XOOPS - include/functions.php :: xoops_error()
|
public static
|
#
result( string $msg, string $title = '' )
Render result message (echo, so no return string)
Render result message (echo, so no return string)
Parameters
Copyright
copyright (c) 2000-2003 XOOPS.org
You should have received a copy of XOOPS_copyrights.txt with
this file. If not, you may obtain a copy from xoops.org
Author
|
public static
|
#
confirm( array $hiddens, string $action, string $msg, string $submit = '', boolean $addtoken = true )
Will render (echo) the form so no return in this function
Will render (echo) the form so no return in this function
Parameters
- $hiddens
- Array of Hidden values
- $action
- The Form action
- $msg
- The message in the confirm form
- $submit
- The text on the submit button
- $addtoken
- Whether or not to add a security token
Copyright
copyright (c) 2000-2003 XOOPS.org
You should have received a copy of XOOPS_copyrights.txt with
this file. If not, you may obtain a copy from xoops.org
Author
|