<?php $edit = array( 'status' => 1, //状态为发布 'sticky' => 0,//置顶为0 'promote' => 0,//推荐到首页为否 'comment' => 0,//评论 'uid' => 1,//管理员ID 'type' => 'shop',//内容类型 'title' => '信息标题',// 标题 'body' => '这里是正文', 'format' => 2, /* HTML 格式*/ 'language' => 'und',//语言 ); $edit['字段名称']['und']['0']['value'] = '额外的field ui 字段的值'; $node = (object)$edit; node_save($node); ?>
详细解决方案
drupal手动增添内容类型信息
热度:148 发布时间:2012-08-17 02:08:34.0
相关解决方案
- Drupal .htaccess rewrite 规约分析
- Drupal, Html, PHP and CSS从来没用过,初学,一周以后可以胜任工作吗?该如何解决
- 运用 Drupal 貌似 不需要懂 css, javascript, PHP
- drupal,该怎么处理
- drupal conatct_form模块定做表单
- drupal7 创造form表单 并重定向提交路径同时使用get方式传递(drupal 简洁url)传参实例演示
- Drupal 七正式版本盛大发布
- 围观 Joomla, Wordpress 跟 Drupal
- getID3() Drupal 六 Installation
- drupal 七全局变量
- Drupal connected iPhone application using services and authentication
- drupal 中,一般如何避免字段的关联
- 运用 Drupal 貌似 不需要懂 css, javascript, PHP
- drupal,该怎么处理
- 新版PHP 七效能實測:Drupal 7能快70%,碎形計算大勝Ruby和Python
- drupal bootstrap 升级为 3.2
- Drupal 7 Module Development 试译笔记 - 第三章
- Drupal 7 Module Development 试译
- drupal 列表页
- Drupal 7中的字段渲染方法
- drupal7之学习在已存在的form表单中增加自定义验证(Learn how to add custom validation to an existing Drupal form)
- 搭建 Drupal 个人网站的图文教学
- Windows 7下安装配置Apache+Mysql+PHP+Drupal
- WAMP+Drupal 环境搭建痛苦回忆录!