smarty template engine
Friday, July 25, 2008  
download | documentation | faq | forum | mailing lists | changelog | contribs 


search for in the  


trigger_error()

trigger_error() -- output an error message

Description

void trigger_error ( string error_msg [, int level])

This function can be used to output an error message using Smarty. level parameter can be one of the values used for the PHP trigger_error() function, eg: E_USER_NOTICE, E_USER_WARNING, etc. By default it's E_USER_WARNING.

See also $error_reporting, debugging and troubleshooting.




 

credits 

Smarty Copyright © 2002-2008
New Digital Group, Inc.

All rights reserved.