
PHP
文章平均质量分 82
coofucoo
这个作者很懒,什么都没留下…
展开
-
Symfony简介
Symfony at a glanceSymfony简介Overview概要Symfony is an object-oriented PHP5 framework based on the MVC model. Symfony allows for the separation of business rules, server logic and presentation vi翻译 2006-04-19 20:48:00 · 5162 阅读 · 0 评论 -
Taking a look at ten different PHP frameworks
URL: http://www.phpit.net/article/ten-different-php-frameworks/1/IntroductionPHP frameworks are the latest hot topic in the PHP community, and new frameworks are being released daily. With over 40转载 2006-04-20 13:27:00 · 2548 阅读 · 0 评论 -
Zend Framework and PRADO - successful cooperation
URL:http://www.alexatnet.com/Blog/Index/2006-06-28/zend-framework-and-prado-successfull-cooperationZend Framework and PRADO - successful cooperationWritten on June 28, 2006 in PHP, PRADO, Zend转载 2006-09-24 17:31:00 · 2654 阅读 · 0 评论 -
SOAP with C/C++ & PHP
SOAP with C/C++ & PHPFor my work, I need to create a client/server interface. The client must be programmed with C/C++ and the server with PHP.After a quick look on the web, I found two projects o转载 2006-10-11 10:34:00 · 7120 阅读 · 0 评论 -
win平台下php2.2.X mysql扩展的配置问题解决
一直在用linux,本以为只有linux才会和难用、晦涩之类的词汇联系在一起,以为win一定会轻松、简便的代表,可惜。。。。。。linux下安装东西都喜欢自己编译,刚开始不习惯,后来也就好了。所以编译php的时候打了个参数,弄上了所有扩展,倒也省事。更何况php更看重linux,文档里随处可见linux下的安装注意,没想到安装win反而麻烦。原因其实在于最近php方面的变化太多。举个例子,原本ph原创 2007-03-01 16:31:00 · 2189 阅读 · 0 评论 -
Zf Controller层的问题解决
Zf Controller层的问题解决看了近两天的zf的手册,尝试做点东西,没想到卡到了Controller层上,郁闷无助。 问题现象:按照zf的要求写好代码,却发现无法用默认的route机制访问。明明写了localhost/index/index,却显示找不到页面。但是如果直接写localhost却一切正常。解决问题吧?zf的手册再也找不到啥东西了,索性看源代码。源代码原创 2007-03-23 09:15:00 · 1764 阅读 · 0 评论 -
什么是PHP中的stdclass()
什么是PHP中的stdclass()看到有人用这个,不知道为何,找到如下文章解释:中文的,应用自http://www.stud.uni-karlsruhe.de/~uu5i/blog/index.php?aid=261 php的stdClass是什么简述这两天看drupal的代码,发现他常用这个类可是查了整个文件也没找到stdClass的定义。估计是内置对象,原创 2007-03-23 09:16:00 · 18592 阅读 · 2 评论 -
A review of the Zend Framework - Part 1
URL:http://blog.octabox.com/2007/05/25/a-review-of-the-zend-framework-part-1/[Note: Due to its length, this review has been split up in three. This is Part 1 of a three part review, Part 2 can be转载 2007-07-05 11:39:00 · 2344 阅读 · 0 评论 -
A review of the Zend Framework - Part 2
http://blog.octabox.com/2007/06/04/a-review-of-the-zend-framework-part-2/[This is Part two of a three part review. Part one can be found here]When I wrote the previous part of this review, coverin转载 2007-07-05 11:42:00 · 2530 阅读 · 0 评论