The Zend Framework is a software framework written in PHP and aimed to provide useful and reuseable solutions to (mostly) common web-development issues.阅读全文>
发表于 @ 2007年07月05日 11:39:00|评论(loading...)|收藏
什么是PHP中的stdclass()php的stdClass是什么。可是查了整个文件也没找到stdClass的定义。手册上查到了,stdClass是zent保留的一个类。再说的明白一点,这个stdClass就类似于C 里面的structur。stdClass is a default PHP object.这篇文章还引用到另一篇英文的文章,对stdclass做了详细解释:PHP, this class is named stdClass, for "standard class." Each class down the line is more.阅读全文>
发表于 @ 2007年03月23日 09:16:00|评论(loading...)|收藏
Zf Controller层的问题解决。看了近两天的zf的手册,尝试做点东西,没想到卡到了Controller层上,郁闷无助。按照zf的要求写好代码,却发现无法用默认的route机制访问。zf的手册再也找不到啥东西了,索性看源代码。由于zf的Controller要用到apache的rewrite模块,目的是把所有的对网站的访问都重定向到index.php页面中,也就是所谓的bootStraper。阅读全文>
发表于 @ 2007年03月23日 09:15:00|评论(loading...)|收藏
这是Symfony官方文档的介绍部分。翻译过来的目的就是大家可以迅速决定Symfony是否合适自己。好久都没有翻译了,过了过瘾,哈哈!阅读全文>
发表于 @ 2006年04月19日 20:48:00|评论(loading...)|收藏