當前位置: 首頁>>代碼示例>>PHP>>正文


PHP XMLDBAction::init方法代碼示例

本文整理匯總了PHP中XMLDBAction::init方法的典型用法代碼示例。如果您正苦於以下問題:PHP XMLDBAction::init方法的具體用法?PHP XMLDBAction::init怎麽用?PHP XMLDBAction::init使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在XMLDBAction的用法示例。


在下文中一共展示了XMLDBAction::init方法的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     /// Set own custom attributes
     /// Get needed strings
     $this->loadStrings(array('load' => 'xmldb', 'create' => 'xmldb', 'edit' => 'xmldb', 'save' => 'xmldb', 'revert' => 'xmldb', 'unload' => 'xmldb', 'delete' => 'xmldb', 'reservedwords' => 'xmldb', 'test' => 'xmldb', 'gotolastused' => 'xmldb', 'checkindexes' => 'xmldb', 'checkdefaults' => 'xmldb', 'checkforeignkeys' => 'xmldb', 'checkbigints' => 'xmldb', 'doc' => 'xmldb', 'viewxml' => 'xmldb', 'pendingchangescannotbesavedreload' => 'xmldb'));
 }
開發者ID:ajv,項目名稱:Offline-Caching,代碼行數:10,代碼來源:main_view.class.php

示例2: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     // Set own custom attributes
     // Get needed strings
     $this->loadStrings(array('filenotwriteable' => 'tool_xmldb'));
 }
開發者ID:evltuma,項目名稱:moodle,代碼行數:10,代碼來源:save_xml_file.class.php

示例3: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     /// Set own custom attributes
     /// Get needed strings
     $this->loadStrings(array('change' => 'xmldb', 'vieworiginal' => 'xmldb', 'viewedited' => 'xmldb', 'yes' => '', 'no' => '', 'back' => 'xmldb'));
 }
開發者ID:BackupTheBerlios,項目名稱:samouk-svn,代碼行數:10,代碼來源:edit_field.class.php

示例4: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     /// Set own custom attributes
     /// Get needed strings
     $this->loadStrings(array('keynameempty' => 'xmldb', 'incorrectkeyname' => 'xmldb', 'duplicatekeyname' => 'xmldb', 'nofieldsspecified' => 'xmldb', 'duplicatefieldsused' => 'xmldb', 'fieldsnotintable' => 'xmldb', 'fieldsusedinkey' => 'xmldb', 'fieldsusedinindex' => 'xmldb', 'noreftablespecified' => 'xmldb', 'wrongnumberofreffields' => 'xmldb', 'noreffieldsspecified' => 'xmldb', 'nomasterprimaryuniquefound' => 'xmldb', 'masterprimaryuniqueordernomatch' => 'xmldb', 'primarykeyonlyallownotnullfields' => 'xmldb', 'back' => 'xmldb', 'administration' => ''));
 }
開發者ID:vuchannguyen,項目名稱:web,代碼行數:10,代碼來源:edit_key_save.class.php

示例5: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     /// Set own custom attributes
     /// Get needed strings
     $this->loadStrings(array('cannotuseidfield' => 'xmldb', 'missingfieldsinsentence' => 'xmldb', 'missingvaluesinsentence' => 'xmldb', 'wrongnumberoffieldsorvalues' => 'xmldb', 'administration' => ''));
 }
開發者ID:BackupTheBerlios,項目名稱:samouk-svn,代碼行數:10,代碼來源:edit_sentence_save.class.php

示例6: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     /// Set own custom attributes
     /// Get needed strings
     $this->loadStrings(array('selectaction' => 'xmldb', 'selectfieldkeyindex' => 'xmldb', 'view' => 'xmldb', 'table' => 'xmldb', 'selectonecommand' => 'xmldb', 'selectonefieldkeyindex' => 'xmldb', 'mustselectonefield' => 'xmldb', 'mustselectonekey' => 'xmldb', 'mustselectoneindex' => 'xmldb', 'back' => 'xmldb'));
 }
開發者ID:nicolasconnault,項目名稱:moodle2.0,代碼行數:10,代碼來源:view_table_php.class.php

示例7: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     /// Set own custom attributes
     /// Get needed strings
     $this->loadStrings(array('backtomainview' => 'xmldb', 'documentationintro' => 'xmldb'));
 }
開發者ID:ajv,項目名稱:Offline-Caching,代碼行數:10,代碼來源:generate_documentation.class.php

示例8: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     // Set own custom attributes
     // Get needed strings
     $this->loadStrings(array('createtable' => 'tool_xmldb', 'aftertable' => 'tool_xmldb', 'create' => 'tool_xmldb', 'back' => 'tool_xmldb'));
 }
開發者ID:evltuma,項目名稱:moodle,代碼行數:10,代碼來源:new_table_from_mysql.class.php

示例9: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     // Set own custom attributes
     // Get needed strings
     $this->loadStrings(array('fieldnameempty' => 'tool_xmldb', 'incorrectfieldname' => 'tool_xmldb', 'duplicatefieldname' => 'tool_xmldb', 'integerincorrectlength' => 'tool_xmldb', 'numberincorrectlength' => 'tool_xmldb', 'floatincorrectlength' => 'tool_xmldb', 'charincorrectlength' => 'tool_xmldb', 'numberincorrectdecimals' => 'tool_xmldb', 'floatincorrectdecimals' => 'tool_xmldb', 'defaultincorrect' => 'tool_xmldb', 'back' => 'tool_xmldb', 'administration' => ''));
 }
開發者ID:evltuma,項目名稱:moodle,代碼行數:10,代碼來源:edit_field_save.class.php

示例10: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     /// Set own custom attributes
     /// Get needed strings
     $this->loadStrings(array('indexnameempty' => 'xmldb', 'incorrectindexname' => 'xmldb', 'duplicateindexname' => 'xmldb', 'nofieldsspecified' => 'xmldb', 'duplicatefieldsused' => 'xmldb', 'fieldsnotintable' => 'xmldb', 'fieldsusedinkey' => 'xmldb', 'fieldsusedinindex' => 'xmldb', 'administration' => ''));
 }
開發者ID:nicolasconnault,項目名稱:moodle2.0,代碼行數:10,代碼來源:edit_index_save.class.php

示例11: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     /// Set own custom attributes
     /// Get needed strings
     $this->loadStrings(array('change' => 'xmldb', 'edit' => 'xmldb', 'up' => 'xmldb', 'down' => 'xmldb', 'delete' => 'xmldb', 'vieworiginal' => 'xmldb', 'viewedited' => 'xmldb', 'tables' => 'xmldb', 'statements' => 'xmldb', 'newtable' => 'xmldb', 'newtablefrommysql' => 'xmldb', 'newstatement' => 'xmldb', 'viewsqlcode' => 'xmldb', 'viewphpcode' => 'xmldb', 'reserved' => 'xmldb', 'backtomainview' => 'xmldb'));
 }
開發者ID:BackupTheBerlios,項目名稱:samouk-svn,代碼行數:10,代碼來源:edit_xml_file.class.php

示例12: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     /// Set own custom attributes
     /// Get needed strings
     $this->loadStrings(array());
 }
開發者ID:BackupTheBerlios,項目名稱:samouk-svn,代碼行數:10,代碼來源:move_updown_index.class.php

示例13: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     /// Set own custom attributes
     /// Get needed strings
     $this->loadStrings(array('confirmdeletesentence' => 'xmldb', 'yes' => '', 'no' => ''));
 }
開發者ID:kai707,項目名稱:ITSA-backup,代碼行數:10,代碼來源:delete_sentence.class.php

示例14: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     /// Set own custom attributes
     /// Get needed strings
     $this->loadStrings(array('change' => 'xmldb', 'vieworiginal' => 'xmldb', 'viewedited' => 'xmldb', 'newsentence' => 'xmldb', 'sentences' => 'xmldb', 'edit' => 'xmldb', 'delete' => 'xmldb', 'duplicate' => 'xmldb', 'back' => 'xmldb'));
 }
開發者ID:ajv,項目名稱:Offline-Caching,代碼行數:10,代碼來源:edit_statement.class.php

示例15: init

 /**
  * Init method, every subclass will have its own
  */
 function init()
 {
     parent::init();
     /// Set own custom attributes
     /// Get needed strings
     $this->loadStrings(array('listreservedwords' => 'xmldb', 'wrongreservedwords' => 'xmldb', 'table' => 'xmldb', 'field' => 'xmldb', 'back' => 'xmldb'));
 }
開發者ID:nicolasconnault,項目名稱:moodle2.0,代碼行數:10,代碼來源:view_reserved_words.class.php


注:本文中的XMLDBAction::init方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。