Index

(table)

o2tab_is_defined

boolean o2tab_is_defined(string $table_name)

Checks if table is defined in session (in application repository or in other way).
Table name passed as parameter is not key-sensitive.
If table is defined then function returns the real key-sensitive name of the table, else it returns FALSE.


Parameters:
  1. $table_name