|
| | __construct ($id, &$module) |
| |
| | check_data () |
| |
| | delete () |
| |
| | __construct ($id, &$module, $wf_version=false) |
| |
| | ModuleLibrary ($id, &$module, $wf_version=false) |
| |
| | init_library () |
| |
| | initialise () |
| |
| | get ($language=true) |
| |
| | get_fromHeader ($prefix='') |
| |
| | save () |
| |
| | reset () |
| |
| | install () |
| |
| | uninstall () |
| |
| | is_installed () |
| |
| | is_marked () |
| |
| & | get_newObject ($id=0) |
| |
| | get_databaseItems () |
| |
| | save_databaseItems () |
| |
| | delete_databaseItems () |
| |
| | reset_databaseItems () |
| |
| | install_databaseItems () |
| |
| | uninstall_databaseItems () |
| |
| | check_databaseInstallation () |
| |
| | get_objectList_databaseItemsSQLQuery ($where='', $limit=-1, $count=-1, $order='id', $sens='') |
| |
| | update_databaseSpecificItems ($updatedItems) |
| |
| | get_databaseLocalisedItems () |
| |
| | save_databaseLocalisedItems () |
| |
| | delete_databaseLocalisedItems () |
| |
| | reset_databaseLocalisedItems () |
| |
| | install_databaseLocalisedItems () |
| |
| | get_objectList_databaseLocalisedItemsSQLQuery ($ids) |
| |
| | get_allDatabaseItems ($language) |
| |
| | get_objectList_allDatabaseItemsSQLQuery ($language, $where='', $limit=-1, $count=-1, $order='id', $sens='') |
| |
| | get_textItems ($language=null) |
| |
| | save_textItems () |
| |
| | delete_textItems () |
| |
| | reset_textItems () |
| |
| | install_textItems () |
| |
| | get_fileItems ($language=null) |
| |
| | save_fileItems () |
| |
| | delete_fileItems () |
| |
| | reset_fileItems () |
| |
| | install_fileItems () |
| |
| | get_tempItems () |
| |
| | get_fromArray ($data, $match=null, $onlyAvailable=false) |
| |
| | get_fromItems () |
| |
| | load_fromSession ($name='ObjectData', $onlyAvailable=false) |
| |
| | save_toSession ($name='ObjectData') |
| |
| | delete_fromSession ($name='ObjectData') |
| |
| | get_fileURL ($file, $full=true, $default='') |
| |
| | load_file ($file) |
| |
| | get_varFileURL ($file, $full=true, $default='') |
| |
| | load_varFile ($file) |
| |
| | get_translation ($str, $args=null) |
| |
| | build_SQLCondition ($params) |
| |
| | get_objectList ($language=false, $where='', $limit=-1, $count=-1, $order='id', $sens='') |
| |
| | get_objectIdList ($language=false, $where='', $orderBy='', $orderWay='asc') |
| |
| | get_nameList ($element='name', $where='', $language='', $orderBy='', $orderWay='asc') |
| |
| | get_objectCount ($where='', $language=false) |
| |
| | get_uniqueItemList ($element='name', $where='', $structured=false) |
| |
| | execute_DBQuery ($sql='', $line=-1, $file='', $resName=null) |
| |
| | execute_DBMultiQueries ($sql='', $line=-1, $file='', $resName=null) |
| |
| | get_DBQueryGeneratedId ($resName=null) |
| |
| | get_DBQueryDataLine ($resName=null) |
| |
| | get_DBQueryNumDataLine ($resName=null) |
| |
| | get_DBQueryError ($resName=null) |
| |
| | get_DBQueryAffectedRows ($resName=null) |
| |
| | escape_string ($string) |
| |
| | get_DBInsertExtra () |
| |
| | create_DBTable ($name, $fields, $charset='utf8') |
| |
|
| | $object_type = 'ModuleLibrary' |
| | Object type. More...
|
| |
| | $_libName |
| | Object name. More...
|
| |
| | $_libParent |
| | Parent module. More...
|
| |
| | $_libItems = array() |
| | Object item list. More...
|
| |
| | $_libItemTypes = array('db' => array(), 'dbl' => array(), 'text' => array(), 'file' => array(), 'temp' => array()) |
| | Object item list by type. More...
|
| |
| | $_libSQLTable |
| | Object table name in database. More...
|
| |
| | $_libSQLLocaleTable |
| |
| | $_libDesc |
| | Library description. More...
|
| |
| | $_libError |
| | Last error. More...
|
| |
| | $_libIsInstalled = null |
| |
| | $id |
| | Object instance id. More...
|
| |
| | $vars = array() |
| | Object item values. More...
|
| |
| | add_newItem ($name, $itemtype, $info0, $info1, $info2, $default=null, $localised=false) |
| |
| | insert_multiObjectsDatabaseItems ($keys, $values) |
| |
| | check_SQLCondition ($where, $localeOnly=false) |
| |
| | build_SQLOrderByStatement ($order, $way='') |
| |
| | $_libParentFile |
| | Object library file. More...
|
| |
| | $_libDBConnector |
| | Database connection. More...
|
| |
Content_GenericRandomText module, content item library.
Plugin / Module Library
- Author
- CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
- Version
- 1.0.1.1
- Date
- Creation: Mar 2007
-
Modification: Jul 2025
- Copyright
- 2007 - 2025 CaMykS Team
- Note
- This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. GenericRandomTextItem class.