Overview

Packages

  • Auth
    • Ads
    • Ldap
    • Xoops
  • Autotasks
  • Config
    • Category
    • Item
    • Option
  • Core
    • Filesystem
    • Filters
    • Logger
    • Mail
    • Message
    • Password
    • Security
    • StopSpammer
    • Template
    • Textsanitizer
    • VersionChecker
  • Data
    • Avatar
    • Comment
  • Database
    • Connection
    • Criteria
    • Legacy
    • MySQL
    • PDO
    • Updater
  • Feeds
    • RSS
  • File
  • Form
    • Base
    • Elements
  • ICMS
    • IPF
      • View
  • Image
    • Category
  • Ipf
    • Category
    • Controller
    • Export
    • form
    • Keyhighlighter
    • Member
    • Object
    • Permission
    • richfile
    • Tree
    • urllink
    • View
  • kernel
    • Set
  • Member
    • Group
    • GroupMembership
    • GroupPermission
    • User
  • Messaging
  • Module
  • None
  • Notification
  • Page
  • Plugins
    • Editor
  • Preload
    • Libraries
  • Privmessage
  • Session
  • SmartObject
  • View
    • Block
    • Breadcrumb
    • PageNav
    • PrinterFriendly
    • Template
    • Templates
    • Theme
    • Tree

Classes

  • icms_core_Message
  • Overview
  • Package
  • Class

Class icms_core_Message

Create and display messages on the screen

Package: Core\Message
Copyright: (c) 2007-2008 The ImpressCMS Project - www.impresscms.org
License: GNU General Public License (GPL)
Located at core/Message.php
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

$msg
$title
$render

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_warning()
modified by skenow skenow@impresscms.org
public static mixed
# error( string $msg, string $title = '', boolean $render = true )

Replaces icms_error_msg()

Replaces icms_error_msg()

Parameters

$msg
$title
$render

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

$msg
$title

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_result()
modified by skenow skenow@impresscms.org
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

XOOPS - include/functions.php :: xoops_confirm()
modified by skenow skenow@impresscms.org
API documentation generated by ApiGen