用PHP5进行三层开发
$config as $class=>$values) { $options = &PEAR::getStaticProperty($class,''options''); $options = $values; } ?> 此脚本基于example配置文件中的值创建一个到数据库的连接,显示如下. example.ini
包含两个过程,构建数据库的对象-关系映射,和从example数据库user表中自动创建一个类.在表中的所有字段 名将成为类成员变量.
C:\PHP\PEAR\DB\DataObject>C:\PHP\php.exe createTables.php \
<?php class DataObjects_User extends DB_DataObject /* the code below is auto generated do not remove the above tag */
Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved 地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008 电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134 《中华人民共和国增值电信业务经营许可证》闽B2-20100024 ICP备案:闽ICP备05037997号
var $user_Id; // int(11) not_null primary_key auto_increment var $first_Name; // string(30) not_null var $last_Name; // string(40) not_null var $email; // string(100) not_null /* Static get */ /* the code above is auto generated do not remove the tag below */ 它还会为user表模式生成example.ini配置文件: [user] [user__keys]
Smarty文件 include.php 此脚本实例化了一个新Smarty对象.设置Smarty属性. index.php |
|||||
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |