摘要: function createNode($data = array(), $filepath = NULL) { //private function,not necessary to read/copy //the $node = new stdClass; $node->type = "story"; $node->nid = 0; $node->uid = 1; $node... 阅读全文
posted @ 2011-02-11 21:13 猫之良品 阅读(1593) 评论(0) 推荐(0) 编辑
摘要: function upload_form() { $form = array(); // If this #attribute is not present, upload will fail on submit $form['#attributes']['enctype'] = 'multipart/form-data'; $form['file_upload'] = array( '#title' => t('Upload file'), '#type' =>  阅读全文
posted @ 2011-02-11 21:11 猫之良品 阅读(1313) 评论(0) 推荐(0) 编辑