• Propel


    Propel是一个PHP5对象/关系框架ORM。它可以让你使用一组对象来访问数据库,并提供简单的API来存储和获取数据。

    This is the website of the Propel PHP project. Propel is an Object-Relational Mapping (ORM) framework for PHP5. It allows you to access your database using a set of objects, providing a simple API for storing and retrieving data.

    Propel allows you, the web application developer, to work with databases in the same way you work with other classes and objects in PHP.

        * You don't have to worry about database connections or writing SQL -- unless you want to.
        * You never have to worry about escaping data or type-casting results.
        * You define your database in a simple XML format (or tell Propel to build it from an existing database) and Propel will create database initialization files for your database and will generate static classes and objects that provide an OO interface to your database. (It can generate other useful things based on the datamodel too!)
        * Propel builds classes which are aware of the structure of your database so there's no performance lost to initialization or to on-the-fly database metadata queries.

    Most web application database tasks are really simple -- and with Propel they'll actually feel as simple as they are. Finally, extensibility is at the heart of Propel's design; we expect you to want to change and customize things.

    点击次数   官方主页【官方主页】   下载地址【下载地址】

    网友留言/评论

    我要留言/评论

    相关开源项目

    Kohana:Kohana 是一款纯 PHP5 的框架,基于 MVC 模式开发, 它的特点就是高安全性,轻量级代码,容易使用。
    Kohana 与其他框架有什么不同?
    SolarPHP:Solar是一个适用于PHP5的简单对象包与应用程序库。 换句话说,Solar是一个组合类包,组件库,web应用开发框架。 Solar为基于web的快速开发提了供一些简单,易于组合的基础类和组件。Solar使用的思想来自Savant模板引擎,DB_Table对象/关系管理包和Yawp最容易的开发框架。
    PHPOpenbiz:PHPOpenbiz是一个基于PHP语言的商业Web应用开发框架。
    Smutty:Smutty是一个围绕Smarty模板引擎构建的MVC PHP开发框架。提供用户身份验证和session处理,Ajax/DHTML组件(form,drag和drop,link),数据访问抽象层,模型 (model)校验机制,自定义转向"路由",集成单元测试等。
    Limonade:Limonade是一个微型PHP框架用于快速开发Web应用和原型开发。这个框架类似于Ruby中的Sinatra或Camping框架,和Lua中的Orbit框架。它的目标是简单、轻量和极其灵活。
    Flourish:Flourish是一个面向对象的PHP开发框架。它拥有一个模块化的架构,这意味着它没有严格遵循MVC模式。它支持多种数据包括:MySQL、PostgreSQL、SQLite、MSSQL、Oracle、DB2。具有安全,易于使用,易于操作图片的特点。
    Kiyo:Kiyo是一个基于MVC模式的Web应用程序开发框架。提供模块化支持,能够缓存页面和自定数据,自动加载用户常到的类库,多语言支持,提供使用插件扩展功能支持。
    PHP的MVC框架 MicroMVC:MicroMVC 是一个基于模块化设计的 MVC 框架,提供全功能的 ORM 库、移植以及管理脚手架,同时提供很多常用的 PHP 工具包。
    Prado:PRADO是一个基于组件和事件驱动的PHP5开发框架。 它以组件,事件,属性来代替传统web开发中的程序,URLs和查询参数。一个PRADO组件是由一个说明文件(XML),一个HTML模板和一个PHP类组件。一个个PRADO组件组合在一起形成大型组件或完整的PRADO页面。PRADO具有如下特点:
    PHP xFrame:PHP xFrame这是一个基于PHP+XSLT技术实现的面向对象Web应用程序快速开发框架。它采用Simple Active Record模式实现保存、加载、删除记录,并能够将记录导成XML格式。集成memcached实现页面和数据库查询的缓存。提供详细的错误报告框架,AES加密类、日志记录类,资源认证。