Name | Summary | Category |
server_time | [Server_Time] returns the current time in a format suitable for display or logging. | Web Request |
set | The [set] creates a new set. Any parameters to the method are copied as the initial elements for the set. | Set |
session_getDefaultDriver | [session_getDefaultDriver] returns the default session driver for Lasso. In Lasso 9 this is "sqlite_session_driver" | Session |
session_setDefaultDriver | [session_setDefaultDriver] sets the default session driver. Possible values are 'sqlite', 'memory' and 'mysql'. | Session |
session_start | [Session_Start] starts a new session or loads an exisiting session. Initializes a session in the current page. If a session has not already been created for the current visitor then a new... | Session |
session_addvar | [Session_AddVar] adds a variable to a specified session. Accepts two parameters: The name of the session and the name of the variable. At the end of the current page the value of the... | Session |
session_removevar | [Session_RemoveVar] removes a variable from a specified session. Accepts two parameters: the name of the session and the name of the variable to remove. Once a variable has been removed... | Session |
session_end | [Session_End] ends the specified session. Accepts one parameter, the name of the session which is to be ended. | Session |
session_id | [Session_ID] returns the current session ID. Accepts a single parameter: -Name is the name of the session for which the session ID should be returned. | Session |
session_abort | [Session_Abort] prevents any modifications to session variables from being saved at the end of the current page. This method can be used to make load-only sessions or to help recover from an error... | Session |
session_result | [Session_Result] can be called immediately after a [Session_Start] method to find out whether a new session was created, an existing session was loaded, or a session expired. The following... | Session |
session_deleteexpired | [Session_DeleteExpired] triggers the cleanup of the session table. Any sessions which are past their expiration date will be deleted from the table. This method is called automatically by Lasso on a... | Session |
SERVER_SOFTWARE | [server_software] returns a string describing the software modules that the web server supports. | Web Request |
set->asString | The [set->asString] method outputs a set as a string object. This method is used primarily for debugging purposes. | Set |
set->get | [set->get(key)] returns an element of the set. Since sets exist entirely of keys, the key is provided and the key is returned if it is contained within the set. If the key does not exist within... | Set |
set->eachNode | No description available. | Set |
set->find | [Set->Find] searches the set for the parameter and returns a set element which matches. Accepts a single parameter of any data type including matchers. If no elements in the set match the... | Set |
set->forEach | The [set->forEach] method allows an operation to be performed on each element of the set in turn. | Set |
set->insert | The [set->insert] method inserts the specified value into the set. The set is modified in-place and no result is returned. | Set |
set->insertFrom | No description available. | Set |
set->remove | The [set->remove] removes one element from a set. The method requires one parameter which is either the element to be removed or, if the element is a name/value pair, the "name" of... | Set |
set->removeall | The [set->removeall] method removes all elements from the set. | Set |
set->serializationElements | No description available. | Set |
set->acceptDeserializedElement | No description available. | Set |
set->forEachNode | No description available. | Set |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft