代码搜索:xoops
找到约 973 项符合「xoops」的源代码
代码结果 973
www.eeworm.com/read/287342/8693068
txt tmp.txt
http://blog.csdn.net/setoy/category/181265.aspx
$xoopsDB =& Database::getInstance();
$sql="select count(*) from ".$xoopsDB->prefix("users");
$result = $xoopsDB->query($sql) ;
list($count)=$xoops
www.eeworm.com/read/218586/4856362
js cntextmenu.js
/*
* Samuels [Xoops Project]
*
*
// $Id: cntextmenu.js,v 1.1.2.1 2005/06/04 02:11:53 phppp Exp $
*
*/
//Simple class to handle context menus
function XK_contextMenu(id)
{
this.id=id;