-
[2004-10-01] class.rFastTemplate.php(一)
<?php
//
// Copyright ?2000-2001, Roland Roberts <roland@astrofoto.org>
// 2001 Alister Bulman <alister@min...
-
[2004-10-01] 一个目录类
<?
//目录操作基类
class FileDirectory {
var $servermode;
var $serverpath; //web服务器目录
var $pagepath; //当前...
-
[2004-10-01] 二 JS类 封装常用Javascript以便PHP快速调用
<?php
//
// +----------------------------------------------------------------------+
// | JS javascript 类 &nbs...
-
[2004-10-01] 一 数据库表结构
CREATE TABLE article (
id int(10) NOT NULL auto_increment,
title varchar(200),
author varchar(50),
content text,
 ...
-
[2004-10-01] 一个用于网站用户管理的函数库(原作者:tim_perdue)
<?php
$hidden_hash_var='your_password_here';
$LOGGED_IN=false;
//clear it out in case someone sets it in the URL or something
unset($LOGGED_IN);
/*
create table user (
user_id int no...
-
[2004-10-01] 三 基类 调试类 错误类
<?php
//
// +----------------------------------------------------------------------+
// | WHXBB 基类 &nbs...
-
[2004-10-01] 四 文章类 封装对文章的各种操作(插入数据库、从数据库取出等等)
<?php
//
// +----------------------------------------------------------------------+
// | 文章类 &...
-
[2004-10-01] 五 分页类
<?php
//
// +----------------------------------------------------------------------+
// | 分页类 &...
-
[2004-10-01] 六 插入实例
<?
$conn = @mysql_connect('localhost:3306','test','test');
include_once "js.class.php";
include_once "pager.class.php";
include_once "whxbb.class.php";
include_onc...
-
[2004-10-01] 八 分页列表实例
<?
$conn = @mysql_connect('localhost:3306','test','test');
include_once "js.class.php";
include_once "pager.class.php";
include_once "whxbb.class.php";
include_onc...
-
[2004-10-01] 七 获取信息实例
<?
$conn = @mysql_connect('localhost:3306','test','test');
include_once "js.class.php";
include_once "pager.class.php";
include_once "whxbb.class.php";
include_onc...
-
[2004-10-01] OfficeXP_menu(过程版)
<?php
/**
* 仿OfficeXP风格的左边版面列表
* --------------------------------------------------------------------------------
* blood 于 2/19/2002 4:47:11 PM 加贴在 Vis...
-
[2004-10-01] OfficeXP_menu_class(OOP版)
<?php
/**
* 仿OfficeXP风格的左边版面列表
* --------------------------------------------------------------------------------
* blood 于 2/19/2002 4:47:11 PM 加贴在 Vis...
-
[2004-10-01] xzn_html_tree(1.0) 可折叠大纲测试例
<pre>
<?
// 测试例
require_once "xzn/html/tree.php";
$t = new Tree;
$t->set("0","a1","url");
$t->set("0.0.0","aaa","...
-
[2004-10-01] xzn_html_tree(1.0) 可折叠大纲javascript脚本
<!--
// outline.js
// See KB article about changing this dynamic HTML
function getControlTag(src)
{
&nb...
-
[2004-10-01] xzn_html_tree(1.0) 可折叠大纲
<?
/** 可折叠大纲
* 类名 Tree
* 存放位置 xzn/html/tree.php
*/
/** 节点类
* 用于在树中保存相关参数
*
* @param $id 节点号
* @param $text 节点标题
* @par...
-
[2004-10-01] 关于正式启动PHP代码集成项目的声明
关于正式启动PHP代码集成项目的声明(讨论稿)
PHP...