eBDResponse

View code
#[eBDResponse.add_script_txt]
Adds the script in the tag head.
#[eBDResponse.add_styles_txt]
Adds the style in the tag head.
eBDRequest

IndexValue
SESSION_IDbb079b96add8fb49ffa3593bb962f109_

SESSION_ID: bb079b96add8fb49ffa3593bb962f109_
Foo Interna Function: _BT4brSjtWBps8cLH6aPIsQ
Foo Interna Function GeoIP: US
View code
#[eBDRequest.get_cookie(name)]
Returns the value of the specified cookie.
#[eBDRequest.get_cookies]
Returns a hash with all the cookies received.
#[eBDRequest.Filename]
Returns the name of the file making the current request.
#[eBDRequest.GeoIPCountryCode]
Returns the ISO code for the country from which the user is connecting(according to his/her source IP).
eBDDate

Wed, 09 Feb 1994 22:23:32 GMT -> 02-09-1994 23:23:32
02-09-1994 23:23:32 -> Fri, 02 Sep 1994 21:23:32 GMT
View code
#[eBDDate.parse]
Parses a date stored in a string and returns it formatted according to the current locale.
#[eBDDate.http_date(string)]
Returns the date received (in seconds, epoch), converted to standard format for HTTP.
eBDLocale

Literals list
Array result:
abrir
cerrar
hola_mundo
levantarse
registro

Word literal cerrar --> geschlossen

Change a literal
New word literal cerrar --> nahe

Search literal with close
cerrar
View code
#[eBDLocale.get_literal_names]
Returns the list of keys of the available literals.
#[eBDLocale.get_literal_value]
Returns the value of a literal for a given locale.
#[eBDLocale.set_literal_value]
Modifies the value of a literal for a given locale.
#[eBDLocale.find_literal]
Searches for a literal that contains the words indicated in the name or values.
eBDUser

Attribute value (nombre): Carlos
Attribute value (grupo): Editors
View code
#[eBDUser.set_attribute(name,value)]
Allows you to assign the value of a user attribute (defined by the developer).
#[eBDUser.get_attribute(name)]
Returns the value of the user attribute.
eBDServer,eBDDB,eBDUtil y eBDSession

Instance: formacion
Xml_document:
Util.chr: Á | Util.ord: 193
session: 3600
View code
#[eBDServer.InstanceName]
Returns the name of the eBD instance.
#[eBDDB.xml_document]
DReturns the name of the XML file relative to an XML Table, in order to run an XQuery manually.
#[eBDUtil.chr]
Returns a character in ASCII code or the sequence of the specified escape (\n,\t,...).
#[eBDUtil.ord]
Returns the ASCII code for the specified character.
#[eBDSession.ExpirationInterval]
Allows you to obtain the expiration time for the session (in seconds).