Gossamer Forum
Home : General : Perl Programming :

custom messages

Quote Reply
custom messages
i'm looking for suggestions to store and retrieve custom messages for dbman. for example, when you add a record, the subroutine has a page title and submit button that i would like to customize. the add success page also has a custom title. i want the flexibility to have different messages for different databases. i'm considering storing the messages in a config file for each database and reading all the messages at once when the config file is loaded but that seems slow, inefficient, and many unnecessary variables. would it be too slow to look up the appropriate message in a file each time a subroutine is called? any suggestions? thanks.
Subject Author Views Date
Thread custom messages delicia 6491 Apr 1, 2013, 10:24 AM
Thread Re: [delicia] custom messages
Andy 6306 Apr 2, 2013, 2:13 AM
Thread Re: [Andy] custom messages
delicia 6315 Apr 2, 2013, 12:37 PM
Post Re: [delicia] custom messages
Andy 6271 Apr 3, 2013, 12:20 AM