P4A

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第19行: 第19行:
 
[[Image:P4a-first.png|thumb|left|This screen shows the list of currently running applications.]] [[Image:P4a_products_catalogue.png|thumb|left|A products catalogue application.]]
 
[[Image:P4a-first.png|thumb|left|This screen shows the list of currently running applications.]] [[Image:P4a_products_catalogue.png|thumb|left|A products catalogue application.]]
  
[[category:PHP Framework]]
+
[[Category:Framework]]
[[Category:Web application frameworks]]
+
[[Category:PHP]]

2010年8月16日 (一) 14:20的版本

P4A (PHP For Applications) is a PHP RAD and object oriented PHP framework for building event-driven stateful web applications. It features tableless HTML, accesskey support, point&click app generator, auto data type recognition, UTF-8, i18n/l10n, PEAR integration.

安装指南

获得 p4a-1.0.0.tar.gz 从 http://download.huihoo.com/php/framework/p4a/

创建数据库

mysqladmin -u root -p create  p4a_products_catalogue 或
mysql>create database  p4a_products_catalogue;
mysql>GRANT ALL PRIVILEGES ON  p4a_products_catalogue.* TO p4a@localhost IDENTIFIED BY 'p4a';
mysql>flush privileges;
mysql p4a_products_catalogue < applications/products_catalogue/db_schema.sql
http://localhost/p4a/

相关链接

精彩图集

This screen shows the list of currently running applications.
A products catalogue application.
分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱