随笔分类 - drupal
drupal学习过程
摘要:function ago($timestamp){ $difference = time() - $timestamp; $text = format_interval($difference, 2) . " 前"; return $text; }=--------------------------调用-----------ago($test->node_created) 例;1小时30分...
阅读全文
摘要:theme_image例;theme_image(($test->users_picture),'user/'.$test->uid)
阅读全文
摘要:format_date($timestamp, $type = 'medium', $format = '', $timezone = NULL, $langcode = NULL)$timestamp 确切的日期格式 要格式化的日期变量$type 要使用的格式(samll large medium custom)例 format_date($test->node_created,'cust...
阅读全文

浙公网安备 33010602011771号