首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > 简单的CRUD实例

简单的CRUD实例

  • 资源大小:10.04 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:2次
  • 资源积分:1积分
  • 标      签: 简单 crud 实例

资 源 简 介

Simple Crud Software - For PHP Learn! Example for PHP MVC application with Design Patterns - DAO, TO, Factory, MVC REQUERIMENTS: PHP5.1 or great MySQL 4.1 or great CONFIGURE: Please open the file: /dao/DB.php and set the DATABASE information to your connection //database user private $user = "root"; //database pass private $pass = ""; //database host private $host = "localhost"; //database name private $db = "test"; Tested on APACHE 2.2 server in Fedora Core Linux 10 and PHP 5.2 For the MySQL database execute the install.sql script. FEATURES FOR THIS RELEASE: * MVC Format * Implementing of DAO and TO Patterns * Implementation of Factory Patterns to the database information * Implementation of Singleton pattern for database connection * Implementation of Dispatch class FOR More information and support, favor contact-me

文 件 列 表

daoExemplo
install.sql
to
People.php
Dispatch.php
README.txt
index.php
controllers
view
factory
People.php
dao
nbproject
htaccess.txt

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

  • Li 2天前 成为了本站会员

  • bigfatcat1977 3天前 成为了本站会员

  • just4down 3天前 成为了本站会员

  • shallow 3天前 成为了本站会员

0.201415s