drupal
Sep 02
0
drupal 多数据库切换并导入数据
Thu, 09/02/2010 - 09:45 — bbbbbb
require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
Jun 17
网站架构
Thu, 06/17/2010 - 12:05 — bbbbbb
1,SELECT a.nid FROM `term_node` as a left join term_node as b on a.nid = b.nid where a.tid = 5 and b.tid = 6
2,RewriteRule ^node/(.*).html$ index.php?q=node/$1 [L,QSA]
Jun 10
文件修改指定行,配合cron实现无人值守更新首页(前提是库里有一定量文章)
Thu, 06/10/2010 - 09:16 — bbbbbb
<?php
$file = "tpllib/article_list.php";
$str = file($file);
$count = count($str);
//函数 count
for ($i=0;$i<$count;$i++){
Jun 07
Windows下的drupal一个Cron的方法,原作者zealy http://72.44.80.160/node/510
Mon, 06/07/2010 - 13:31 — bbbbbb
怕不知道什么时候这篇文章就没了,所以先转到这里,感谢zealy
由 zealy 于 星期六, 2006-04-29 17:19 发表
因为看到很多关于Cron的问题的帖子,提供一个Windows下的Cron方法。
May 20
网站运营
May 04
Dida 开发测试版(转自shuidi.org)
Tue, 05/04/2010 - 14:24 — bbbbbb
Dida 是一个源于 Drupal 的开源程序,简洁小巧,介于 cms 和 framework 之间,目前版本仅供开发测试,不推荐使用到正式站点。