Skip navigation.

exploreopera

| Help

Sign up | Help

PHP

The International Community of PHP Developers

Posts tagged with "framework"

avatar

XOAD Framework

,

Xoad is a well built AJAX framework written on php. I discovered it late but i wanted share my thoughts. I made use of it in one of my test projects and the results i got was really satisfying. The download package has a variety of examples which answers almost all capabilities of the framework. Also homepage of XOAD project is in wiki format so i can say that it has enough documentation. It supports both php 4 and 5 versions. You can find about all common answers/issues on community forum.
avatar

Zend Framework

, ,

Zend Framework is a high quality and open source framework for developing Web Applications and Web Services.

Built in the true PHP spirit, the Zend Framework delivers ease-of-use and powerful functionality. It provides solutions for building modern, robust, and secure websites.

The quote above from it's web site simply describes what Zend Framework is. It has most needed common components and it is free to use for both personal end commercial projects. A good news from Zend isn't it :smile:

Framework can be downloaded from it's homepage at,
http://framework.zend.com/download
avatar

AJAX & PHP

, ,

AJAX is a booming trend in web development technologies nowadays. With no doubt, it helps web developers to create websites working smoother, faster and more capable than before.. There are lots of AJAX frameworks written for PHP but i want to announce one which got my attention most with its clearity and ease of use. AJAX Agent is a framework for taking the advantage of AJAX in PHP. It only needs three lines of code to invoke a remote scripting call. It is also an open source project what means to me that it will be getting involved in next days. Simple examples of it's capabilities can be seen here. It has a little but yet enough documentation to start using it.

Framework can be downloaded from it's homepage at,
http://ajaxagent.org/