Drupal6.x在数据库中查找PHP代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Drupal6.x在数据库中查找PHP代码相关的知识,希望对你有一定的参考价值。

  1. select nid, vid from node_revisions where format in (select format from filters where module = 'php' and delta = 0);
  2.  
  3. select cid, nid from comments where format in (select format from filters where module = 'php' and delta = 0);
  4.  
  5. select bid, info from boxes where format in (select format from filters where module = 'php' and delta = 0);

以上是关于Drupal6.x在数据库中查找PHP代码的主要内容,如果未能解决你的问题,请参考以下文章

Drupal5.x在数据库中查找PHP代码

PHP实现文本快速查找 - 二分查找

PHP使用递归按层级查找数据

以递归方式查找最后在PHP中修改的文件和文件夹

PHP实现基本算法代码

PHP实现二分查找算法(代码详解)