AgilePHP
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:AgilePHP is a very lightweight, "enterprise" PHP Rapid Application Development framework, which encourages the use of industry standards and best practices while producing flexible, structured, web applications in PHP.
# AgilePHP Framework :: The Rapid "for developers" PHP5 framework
# Copyright (C) 2009-2010 Make A Byte, inc

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program.  If not, see .


------------------
** Requirements **
------------------
PHP 5.3+


---------------------------------------
** Required Extensions By Components **
---------------------------------------
--with-apxs2                (Dynamic apache support)
--with-pdo-  (required for each database you want to use)
--enable-mbstring           (XML/XSLT controllers use this to convert data to entities)
--with-gettext              (i18n Internationalization)
--with-xsl                  (Controllers involved with XSLT)
--with-mcrypt               (Crypto encrypt/decrypt methods)
--enable-soap               (SOAP webservice package)
--with-curl                 (unit tests)


--------------
** Building **
--------------
http://confluence.makeabyte.com:8080/display/agilephp/Build+From+Source+-+Ubuntu+10.04


---------------------
** AgilePHP Studio **
---------------------
AgilePHP Studio is still under heavy development. It's somewhat functional at the moment :) Heres what works:

1) Create Projects
2) Manipulate file system under the "workspace"
3) Upload files into the workspace (should probably add an unzip option, huh)
4) Code editor w/ save ability using CTRL + S (NOTE: Code mirror seems buggy. Need to find a new editor?)
5) Reverse engineer  to create database
6) Reverse engineer database to create 
7) Create controllers (basic, model controller, custom template)
8) Create views (basic, custom template)
9) Download components from appstore.makeabyte.com
10) Manage component configuration once downloaded and installed.
11) Integration with PEAR and PECL (in progress, but does show current installed extensions)


---------------------
** PHPUnit Testing **
---------------------
To use the testing packages and TDD features install PHP Unit 3 via PEAR.

pear channel-discover pear.phpunit.de
pear install --alldeps phpunit/PHPUnit


------------
** APIDOC **
------------
View the online apidoc at http://makeabyte.com/agilephp/apidoc.


----------
** WIKI **
----------
Visit the WIKI at http://confluence.makeabyte.com:8080 for details on installation, configuration, and tutorials.


----------------
** Repository **
----------------
github      - https://github.com/MakeAByte/AgilePHP
SourceForge - http://sourceforge.net/projects/agilephp


------------------
** Bug Tracking **
------------------
Visit Jira at http://jira.makeabyte.com:8083. Thanks for helping make AgilePHP better!

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。