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


PHP form_create_site_object_action::_define_datamap方法代碼示例

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


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

示例1: array

 function _define_datamap()
 {
   return complex_array :: array_merge(
       parent :: _define_datamap(),
       array(
         'object_content' => 'content',
         'file_id' => 'file_id'
       )
   );
 }
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:10,代碼來源:create_pricelist_object_action.class.php

示例2: array

  function _define_datamap()
	{
	  return complex_array :: array_merge(
	      parent :: _define_datamap(),
	      array(
  				'description' => 'description',
	      )
	  );     
	}  
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:9,代碼來源:create_file_action.class.php

示例3: array

 function _define_datamap()
 {
   return complex_array :: array_merge(
       parent :: _define_datamap(),
       array(
         'code' => 'code',
       )
   );
 }
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:9,代碼來源:create_informer_action.class.php

示例4: array

 function _define_datamap()
 {
   return complex_array :: array_merge(
       parent :: _define_datamap(),
       array(
         'url' => 'url',
         'new_window' => 'new_window',
       )
   );
 }
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:10,代碼來源:create_navigation_item_action.class.php

示例5: array

  function _define_datamap()
	{
	  return complex_array :: array_merge(
	      parent :: _define_datamap(),
	      array(
  				'subscribe_mail_content' => 'content',
  				'author' => 'author',
	      )
	  );     
	}   
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:10,代碼來源:create_subscribe_mail_action.class.php

示例6: array

  function _define_datamap()
	{
	  return complex_array :: array_merge(
	      parent :: _define_datamap(),
	      array(
  				'annotation' => 'annotation',
  				'image_id' => 'image_id',
  				'uri' => 'uri',
	      )
	  );     
	}  
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:11,代碼來源:create_useful_link_action.class.php

示例7: array

  function _define_datamap()
	{
	  return complex_array :: array_merge(
	      parent :: _define_datamap(),
	      array(
  				'annotation' => 'annotation',
  				'object_content' => 'content',
  				'image_id' => 'image_id'
	      )
	  );     
	}  
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:11,代碼來源:create_catalog_object_action.class.php

示例8: array

  function _define_datamap()
	{
	  return complex_array :: array_merge(
	      parent :: _define_datamap(),
	      array(
  				'image_id' => 'image_id',
  				'annotation' => 'annotation',
  				'news_content' => 'content',
  				'news_date' => 'news_date',
	      )
	  );     
	}  
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:12,代碼來源:create_pictured_news_action.class.php

示例9: array

 function _define_datamap()
 {
   return complex_array :: array_merge(
       parent :: _define_datamap(),
       array(
         'annotation' => 'annotation',
         'image_id' => 'image_id',
         'url' => 'url',
         'start_date' => 'start_date',
         'finish_date' => 'finish_date',
       )
   );
 }
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:13,代碼來源:create_announce_action.class.php

示例10: array

  function _define_datamap()
	{
	  return complex_array :: array_merge(
	      parent :: _define_datamap(),
	      array(
  				'article_content' => 'content',
  				'annotation' => 'annotation',
  				'author' => 'author',
  				'source' => 'source',
  				'uri' => 'uri',
	      )
	  );     
	}  
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:13,代碼來源:create_article_action.class.php

示例11: array

 function _define_datamap()
 {
     $datamap = array('description' => 'description');
     $ini =& get_ini('image_variations.ini');
     $image_variations = $ini->get_all();
     foreach ($image_variations as $variation => $variation_data) {
         $datamap['upload_' . $variation . '_max_size'] = 'upload_' . $variation . '_max_size';
         $datamap['generate_' . $variation . '_max_size'] = 'generate_' . $variation . '_max_size';
         $datamap[$variation . '_action'] = $variation . '_action';
         $datamap[$variation . '_base_variation'] = $variation . '_base_variation';
     }
     return complex_array::array_merge(parent::_define_datamap(), $datamap);
 }
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:13,代碼來源:create_image_action.class.php

示例12: array

  function _define_datamap()
	{
	  return complex_array :: array_merge(
	      parent :: _define_datamap(),
	      array(
  				'annotation' => 'annotation',
  				'news_content' => 'content',
  				'news_date' => 'news_date',
  				'start_date' => 'start_date',
  				'finish_date' => 'finish_date',
	      )
	  );     
	}   
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:13,代碼來源:create_period_news_action.class.php

示例13: array

 function _define_datamap()
 {
   return complex_array :: array_merge(
       parent :: _define_datamap(),
       array(
         'question' => 'question',
         'question_author' => 'question_author',
         'question_author_email' => 'question_author_email',
         'answer' => 'answer',
         'answer_author' => 'answer_author',
         'answer_author_email' => 'answer_author_email',
       )
   );
 }
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:14,代碼來源:create_faq_object_action.class.php

示例14: array

 function _define_datamap()
 {
     return complex_array::array_merge(parent::_define_datamap(), array('annotation' => 'annotation'));
 }
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:4,代碼來源:create_chat_room_action.class.php

示例15: array

  function _define_datamap()
	{
	  return complex_array :: array_merge(
	      parent :: _define_datamap(),
	      array(
				  'image_id' => 'image_id',
	      )
	  );     
	}  
開發者ID:BackupTheBerlios,項目名稱:limb-svn,代碼行數:9,代碼來源:create_ad_block_object_action.class.php


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