Download List

프로젝트 설명

PhpPeanuts is a framework for developing
database-backed applications in PHP. Rather than building an application from the bottom up, you initially only build domain model classes in which you specify properties, relationships, and database table names in metadata. The framework dynamically scaffolds getters and setters, persistency, navigation over relations, and input and delete validation. The abstract user interface instantly offers a rich set of pages for searching, browsing, drilling down, editing and reporting over your domain model. From there on you extend and refine both the domain model and the user interface to make it what you want by defining specialization classes and overriding inherited methods.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-09-10 15:07
1.4.beta2

AJAX 지원이 추가되었습니다. 이 페이지에서 프레임 워크 클래스는 이제 그들의 구성 요소의 업데이 트를 보낼 수있습니다. 여러 요소를 단일 요청에 업데이 트하실 수있습니다. 일반적인 클라이언트 쪽 JavaScript 함수를 보내거나받을 이러한 요청이 포함되어있습니다.
Tags: Minor feature enhancements
AJAX support was added. The framework's Page
classes now can send updates of their components.
Several elements can be updated in a single
request. Generic client side JavaScript functions
are included to send and receive these requests.

2007-09-03 16:04
1.4.beta1

지원하는 경우 부양 가족의 존재에 대해 삭제하는 크로스 사이트 스크립팅 및 위조 방지를 요청하고, 삭제하고 계단식으로 응용 프로그램 및 유형을 수준, 보호에 대한 사용자 인증을위한 추가되었습니다 데이터베이스 트랜잭션, MySQL과 SqlLite에 대한 직접적인 지원 데이터베이스의 추상화 2 데이터베이스 및 기타 사용 PDO 인터페이스를 통해 데이터베이스 (PHP5)가 필요합니다. 사용자 관리 및 인증 플러그인을 별도로 사용할 수있습니다.
Tags: Major feature enhancements
Support was added for user authorization on the
application and type level, cross site scripting
and request forgery prevention, cascaded delete,
protection against delete if dependents exist, the
use of database transactions, database abstraction
with direct support for MySQL and SqlLite 2
databases and other databases through the PDO
interface (requires PHP5). A user administration
and authentication plugin is avaliable separately.

2007-06-19 12:24
1.3.0

스카우트 버그 수정되었습니다 여러 가지 보안 개선되었다. 코드 세미 자동으로 보안 검사를 통과 맞게됐다.
Tags: Minor feature enhancements
A scouting bug was fixed and several security improvements were made. The code was adapted to pass a semi-automated security check.

2007-03-14 08:42
1.3.beta3

양식 E_NOTICE "오직 변수는 견해를 언급하는 대부분의 오류를 참조하여"PHP는 4.4과 5.1 및 최대 ()에 고정됐다 반환되어야합니다. 새로운 아니다 "처럼"비교 SqlFilters에 추가되었습니다. 고급 검색이 추가되었습니다.
Tags: Minor bugfixes
Many errors of the form E_NOTICE "Only variable
references should be returned by reference" (in
PHP 4.4 and 5.1 and up) were fixed. The new "NOT
LIKE" comparator was added to SqlFilters. An
advanced search was added.

2006-11-25 12:49
1.2.0a

이 릴리스 pnt에 악용 / 단위 Inspect.php 패치 포함. 이것은 임의의 PHP 스크립트는 HTTP 요청을 Inspect.php에 의해 처리에 의해 지정된 실행, 그것을 1.3.0a 및 1.3.beta1a 이전 phpPeanuts을 제외한 모든 버전에 존재합니다. 패치는 또한 별도로 다운로드할 수있는 허락을 악용.
Tags: Major security fixes
This release patches the include exploit in
pnt/unit Inspect.php. This
exploit allowed the execution of arbitrary PHP
scripts specified by the
HTTP request handled by Inspect.php; it exists in
all previous
phpPeanuts versions except 1.3.0a and 1.3.beta1a.
The patch can also be
downloaded separately.

Project Resources