随笔分类 -  drupal

drupal学习过程
摘要:function ago($timestamp){ $difference = time() - $timestamp; $text = format_interval($difference, 2) . " 前"; return $text; }=--------------------------调用-----------ago($test->node_created) 例;1小时30分... 阅读全文
posted @ 2009-09-04 17:16 Pigg 阅读(144) 评论(0) 推荐(0)
摘要:theme_image例;theme_image(($test->users_picture),'user/'.$test->uid) 阅读全文
posted @ 2009-09-04 10:29 Pigg 阅读(127) 评论(0) 推荐(0)
摘要:format_date($timestamp, $type = 'medium', $format = '', $timezone = NULL, $langcode = NULL)$timestamp 确切的日期格式 要格式化的日期变量$type 要使用的格式(samll large medium custom)例 format_date($test->node_created,'cust... 阅读全文
posted @ 2009-09-02 18:59 Pigg 阅读(293) 评论(0) 推荐(0)