PRADO 3.0.2 is released

prado 3.02发布
We are pleased to announce that PRADO version 3.0.2 is formally released! Version 3.0.2 is a maintenance release of PRADO 3.0, which mainly contains bug fixes and minor enhancements and features.
The most significant feature introduced in this release is the paging capability which is made inherently available to all data-bound controls, such as TRepeater, TDataList, TCheckBoxList, etc. A new TPager control is also introduced which can be used together with the data-bound controls to achieve paging of contents rapidly and easily.

阅读全文(1055字)

评论

Zend Framework Preview 0.1.3

zend framework预览版0.13发布。这个版本主要是一些bug修正和功能改进,其中Zend_Search_Lucene已经从incubator(雏形模块?)目录移到Zend目录,应该是完善一些的版本了。

Changelog:http://framework.zend.com/svn/framework/tag/release-0.1.3/NEWS.txt
下载:http://framework.zend.com/download

阅读全文(348字)

评论 (2)

Zend Releases Zend Framework Preview Release

Zend发布了Zend Framework的第一个预览版本:
We are glad to finally unveil the Zend Framework project. We have worked hard in the past few months with our partners and the community to get to this stage. We believe the Zend Framework can already be of great use to PHP developers, although we still have a lot of work ahead of us.

阅读全文(3451字)

评论 (8)

Rasmus Lerdorf: 无框架式的PHP MVC 框架

Rasmus Lerdorf 在他的blog上发表了一篇文章no-framework PHP MVC framework,这篇文章的例子是一个简单的web应用,使用sqlite和pdo做为数据库应用层,用ajax和json做为数据校验,view层使用了一些Yahoo! User Interface Library.的组件,全部例子完全由PHP+HTML+JAVASCRIPT组成,没有使用第三方的Framework.
注:这篇文章的主题只是提出如何使用php本身构建mvc的web应用,并不讨论面向过程还是面向对象两种编程方式哪种更好.

评论

PRADO v2.0RC发布

PRADO v2.0RC发布,还不是稳定版本,但是可以尝试一下.更新如下:
[@more@]

阅读全文(1316字)

评论

PRADO v1.7发布

PRADO v1.7发布。PRADO是什么?
PRADO是在PHP5环境下的一个基于事件驱动和基于组件的WEB应用开发框架。使用PRADO开发WEB应用,你主要需要做的工作就是使用已有的组件(原文是"实例化已经定义好的组件",熟悉面向对象编程的开发者可能比较容易理解这句话),设置组件的属性,为控件组件的各种事件编写对应的处理函数,然后把这些组织成一个个的页面。这里是prodo 1.6的中文教程
更新如下:

阅读全文(1152字)

评论