CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - php g
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
ASP
ASPX.NET
PHP
JSP/Java
FlashMX
Perl
Other Web Code
SilverLight
Search - php g - List
[
WEB Code
]
class.db
DL : 0
56.com的一个 MYSQL应用类 class.db.php 实列化 $scfg[‘db’] = array( ‘host’ => ‘db.56.com’, ‘database’ => ‘56h_flv’, ‘username’ => ‘root’, ‘password’ => ‘‘); $db = new db($scfg[‘db’]); // // 函数: insert() // 功能: 插入一条记录 // 参数: @$table 表名 // @$bind array // 返回: 本条记录的 // INSERT INTO round_table // (noble_title, first_name, favorite_color) // VALUES (“King”, “Arthur”, “blue”); -56.com MYSQL application of a Class class.db.php it out of the $ scf g [ 'db'] = array ( 'host' =
Date
: 2008-10-13
Size
: 5.21kb
User
:
夏一平
[
WEB Code
]
class.db
DL : 0
56.com的一个 MYSQL应用类 class.db.php 实列化 $scfg[‘db’] = array( ‘host’ => ‘db.56.com’, ‘database’ => ‘56h_flv’, ‘username’ => ‘root’, ‘password’ => ‘‘); $db = new db($scfg[‘db’]); // // 函数: insert() // 功能: 插入一条记录 // 参数: @$table 表名 // @$bind array // 返回: 本条记录的 // INSERT INTO round_table // (noble_title, first_name, favorite_color) // VALUES (“King”, “Arthur”, “blue”); -56.com MYSQL application of a Class class.db.php it out of the $ scf g [ 'db'] = array ( 'host' =
Date
: 2025-12-28
Size
: 5kb
User
:
夏一平
[
WEB Code
]
SMS-dll
DL : 0
该控件是我珍藏的一个GSM SMS发送短信的,可以用来asp,C# 等二次调用非常简单!-The control is my collection of a GSM SMS to send text messages, and can be used to asp, C# Secondary call is very simple!
Date
: 2025-12-28
Size
: 101kb
User
:
aaa
[
WEB Code
]
PHP_GIF
DL : 0
这是用PHP自动生成GIF动画的代码,解压后共提供7个示范例子。-This is automatically generated by PHP code GIF animations, after extracting a total of seven model examples.
Date
: 2025-12-28
Size
: 1.92mb
User
:
eqzt2
[
WEB Code
]
DedecmsV53-GBK-Final.tar
DL : 0
DedeCms 基于PHP+MySQL的技术开发,支持Windows、Linux、Unix等多种服务器平台。DedeCms以简单、健壮、灵活、开源几大特点,是目前国内应用最广泛的php类CMS系统。 DedeCms V5.3 主要功能: (1) 默认内置模型:文章、图片、下载、分类信息、商品等; (2) 默认可选模块:问答模块、圈子模块、连载模块、黄页模块、留言簿模块、百度新闻、文件管理器、挑错管理、手机WAP浏览、广告管理、站内新闻、投票模块、友情链接等; (3) 其它固化辅助功能:采集程序、订单管理、网上支付接口、会员系统、短消息、Digg、TAG标签、专题、批量维护等。-A CMS system based on PHP and MySQL covered many web business service area can be run on Windows, Linux and Unix. The current version is V5.3.
Date
: 2025-12-28
Size
: 2.55mb
User
:
Dion Hua
[
WEB Code
]
chyrp_2.0rc3
DL : 0
类twitter程序,国外PHP整站 类twitter程序,国外PHP整站-most like twitter most like twitter most like twitter
Date
: 2025-12-28
Size
: 363kb
User
:
pla
[
WEB Code
]
sphider-plus_v.2.0
DL : 0
Sphider-Plus is a free search engine based on Sphider. That is a powerful version, with RSS support, UTF-8, more options and functions than original version.
Date
: 2025-12-28
Size
: 2.49mb
User
:
Celso Jr
[
WEB Code
]
PHP_Programming_Taobao_source_of_information_thiev
DL : 0
PHP淘宝资讯小偷程序设计源码PHP Programming Taobao source of information thieves-PHP Programming Taobao source of information thieves
Date
: 2025-12-28
Size
: 330kb
User
:
eiow
[
WEB Code
]
0071494456_code
DL : 0
Part I: PL/SQL Fundamentals Chapter 1. Oracle PL/SQL Overview Chapter 2. PL/SQL Basics Chapter 3. Language Fundamentals Chapter 4. Control Structures Chapter 5. Error Management Part II: PL/SQL Programming Chapter 6. Functions and Procedures Chapter 7. Collections Chapter 8. Large Objects Chapter 9. Packages Chapter 10. Triggers Part III: PL/SQL Advanced Programming Chapter 11. Dynamic SQL Chapter 12. Intersession Communication Chapter 13. External Procedures Chapter 14. Object Types Chapter 15. Java Libraries Chapter 16. Web Application Development Part IV: Appendixes Appendix A. Oracle Database Administration Primer Appendix B. Oracle Database SQL Primer Appendix C. PHP Primer Appendix D. Oracle Database Java Primer Appendix E. Regular Expression Primer Appendix F. Wrapping PL/SQL Code Primer Appendix G. PL/SQL Hierarchical Profiler Primer Appendix H. PL/Scope Appendix I. PL/SQL Reserved Words and Keywords Appendix J. PL/SQL Built-in Functions
Date
: 2025-12-28
Size
: 1.47mb
User
:
Ratmir
[
WEB Code
]
PHPObjects
DL : 0
PHP面向对象(六日通)教程 (一)简单方法理解,面向对象 1-1 面向对象的假设举例 1-2 我的细微理解 (二) 使用Class创建一个类 2-1 使用Class创建一个类 (三) 类属性 和类方法 3-1 类属性 和类方法 (四)使用New函数 将对象实例化 4-1 使用New函数 将对象实例化 (五)面向对象开发的学习笔记 5-0 面向对象开发的学习笔记 5-1 对象中的$this关键字 5-2 初始化对象函数 __construct() 5-3 析构函数 __destruct() 5-4 不使用$this的简单例子 5-5 使用$this的简单例子 5-6 使用初始化+$this+释放函数 (六)类的封装和应用 6-1 类的封装和应用 (七)类的继承和应用 7-1 类的继承和应用 (八)类的抽象方法和类 8-1 类的抽象方法和类 (九)类中常见关键字 9-1 类中常见关键字 (十)类中接口应用 10-1 类中接口应用 (十一)多态的介绍与优势 11-1 多态的介绍与优势 (十二)面向对象总结篇 11-1 面向对象总结篇 -PHP object-oriented (pass 6) tutorial (A) The simplest way to understand object-oriented Examples of 1-1 object-oriented assumptions 1-2 my subtle understanding (B) Use Class to create a class 2-1 Class to create a class (C) the class attributes and class methods 3-1 class attributes and class methods (D) the object is instantiated using the New function 4-1 using the New function object is instantiated (E) object-oriented development study notes 5-0 study notes that object-oriented development 5-1 objects in the $ this keyword 5-2 initialize the object function __ construct () 5-3 destructor function __ destruct () 5-4 do not use $ this simple example 5-5 use of $ this simple example 5-6 Using Initialization $ this release function (F) a package and application 6-1 package and application (G) class inheritance and application 7-1 class inheritance and application (H) abstract methods and classes 8-1 class abstr
Date
: 2025-12-28
Size
: 41kb
User
:
爱上
[
WEB Code
]
xdcms
DL : 0
XDcms是南宁旭东网络科技有限公司推出的一套完全开源的通用的内容管理系统。主要使用php+mysql+smarty技术基础进行开发,XDcms采用OOP(面向对象)方式进行基础运行框架搭建。模块化开发方式做为功能开发形式。框架易于功能扩展,代码维护,二次开发能力优秀。 XDcms重点功能 A、内容管理模型,自定义字段,更方便扩展功能。自带模型:单页模型、新闻模型、产品模型、招聘模型 B、栏目自定义,便于内容管理 C、内容模块化,二次开发更便捷。自带模块:幻灯片、QQ客服、友情链接、自定义表单(在线留言、简历管理) D、模板管理,后台编辑模板更方便 E、邮件发送,表单留言自动发送邮件到邮箱 F、数据缓存,访问速度更快 G、会员自定义模型、字段 H、结合Smarty开发的万能loop标签、get_block碎片标签,数据调用更简单、更方便 I、产品多图多方位展示 J、URL规则自定义,更有利于做搜索引擎优化-XDcms is Nanning Xudong network science and technology limited company launched a completely open source general-purpose content management system. The main use of php+mysql+smarty technology development, XDcms uses the OOP ( object-oriented ) way of running the framework to build foundation. The modular development mode as the functional forms of development. Frame easy functional expansion, code maintenance, two times the development of outstanding ability. XDcms key function A, content management model, custom fields, more convenient function expansion. Model: model with single page, news, products, recruitment model model model Column B, custom, for content management C, content modules, two times the development of more convenient. With module: slide, QQ service, links, custom form ( online message, resume management ) D, template management, more convenient background editing template E, e-mail, message is automatically sent email to form F, data cache, faster access speed
Date
: 2025-12-28
Size
: 1.99mb
User
:
asdweioi
[
WEB Code
]
duplicate_finder
DL : 0
Complete PHP-/MySQL-System to delete duplicates in two datasets. If you have e.g. two separately managed customer data sets of your company you might want to eliminate the duplicates by taking some tolerance into account. The System uses efficient processing and is able to deal with very big data (tested with datasets of 800 000 length). The system has a very good (German) interface and is completely manageable via this interface. To set up the system import the given SQL-file to create the MySQL table and configure the "Konfiguration"-file to set up your database connection
Date
: 2025-12-28
Size
: 113kb
User
:
pfabi
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.