Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以创建一个字段,使用
$form['title'] = array( '#type' => 'text', '#value' => 'Drupal');
1)但我希望能够从数据库中获取/设置值。我该怎么做?
2)PS 在类型和值前面有一个“#”有什么意义?
首先我不知道你使用的是什么 Drupal 版本。其次尝试从我的回答中获取更多信息:
1) 使用数据库 API从数据库中获取值。
2) 阅读有关表单 API的更多信息。
希望这可以帮助。