Download List

프로젝트 설명

xajax is a PHP class library that allows you to
easily create powerful, Web-based, Ajax
applications or plugins using only HTML, CSS,
JavaScript, and PHP. Applications developed with
xajax can asynchronously call server-side PHP
functions and update content without reloading the
page. xajax is object oriented, supports passing
single and multidimensional arrays and associative
arrays, easy asynchronous form processing, and
supports a wide range of Unicode characters and
languages encoded with UTF-8.

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.

2006-04-24 20:09
0.2.4

새 기능은 PHP로 자바 스크립트 함수를 호출을 허용하고 PHP는 변수, 배열 전달, 그리고 개체의 속성을 자바 스크립트를합니다. 그것은 JSON 같은 종류지만 사용자 정의 XML 형식으로 고용, 그리고 xajax에 기본입니다. 이 릴리스에는 또한 다양한 버그 수정 및 추가 다른 사소한 기능 향상.
Tags: Major feature enhancements
New functionality to permit calling Javascript functions from PHP and passing PHP variables, arrays, and object properties to the Javascript. It's kind of like JSON, but employs a custom XML format, and is native to xajax. This release also fixes various bugs and adds some other minor feature enhancements.

2006-03-20 00:15
0.2.2

몇 가지 코드가 지속적으로 버그가 국제 문자 집합을 사건 해결 refactored있다. 자바 스크립트 파일을 처리하는 방법은 일반적인 버그 주소가 수정되었습니다. 리디렉션 기능을 잘못 쿼리 문자열을 코드와 버그가 수정되었습니다. 버그 예방에서 innerHTML 0 숫자가 수정되었습니다하도록 설정되고. 불일치하는 방법에 이벤트를 추가했다에서 해결되었습니다. 거기에 IE에서 메모리 누수가되지 않도록 개선입니다.
Tags: Major bugfixes
The code has been refactored to fix several ongoing bugs involving international character sets. The way a Javascript file is handled has been fixed to address a common bug. A bug with the Redirection function that incorrectly encoded the query string has been fixed. A bug that prevented innerHTML from being set to a numeric 0 has been fixed. Inconsistency in how events were added has been fixed. There are improvements to prevent a memory leak in IE.

2005-12-30 07:18
0.2

이것은 아래 xajax의 주요 업그레 이드, 새로운 기능의 번호를 특징입니다 - 후드 개선 및 버그수정. 일부 주요 기능에 대한 개체의 등록을 지원, 외부 PHP 파일을, 사전 기능과 캐치 모든 기능을 지원, 선택적 오류 처리, 심하게 refactored 자바 스크립트 엔진, 쌍방향 테스트의 엄청난 수의 함수 등록에 대한 지원 및 향상된 제어 문자를 포함 인코딩해야합니다.
Tags: Major feature enhancements
This is a major upgrade to xajax, featuring a
number of new features, under-the-hood
improvements, and bugfixes. Some highlights
include object support for registered functions,
support for registering functions in external PHP
files, pre-function and catch-all function
support, optional error handling, a heavily
refactored Javascript engine, a huge number of
interactive tests, and improved control over
character encoding.

2005-07-12 08:07
0.1 beta4

-8 일부 심각한 버그 - 8 지원을 고정했다. 이제 xajax로 단일 및 다차원 배열과 자바 스크립트에서 연관 배열을 전달할 수있는 PHP 함수로 사용할 수있습니다. 만약 당신이 자바 스크립트 객체를 패스, PHP 함수 개체의 속성 배열을 받게됩니다. 이제 비동기적으로 쉽게, 복잡한 입력은 다차원 생산과 연관 배열의 이름을 포함하여 폼 데이터를 처리할 수있습니다. xajax 지금은 멋지 템플릿 작업할 수있습니다. 감지와 비 표준 포트 버그가 수정되었습니다.
Tags: Major feature enhancements
Some serious bugs with the UTF-8 support were fixed. You can now pass single and multidimensional arrays and associative arrays from JavaScript into xajax-enabled PHP functions. If you pass a JavaScript object, the PHP function will receive an array of the object's properties. You can now easily process Form data asynchronously, including complex input naming that produces multidimensional and associative arrays. xajax can now work with Smarty templates. A bug with detecting non-standard ports was fixed.

2005-06-29 00:26
0.1 beta3

자바 스크립트 xajax에 의해 Xajax 자바 스크립트에 모든 xajax 코어 자바 스크립트의 캡슐로 바뀌었습니다 생성된 자료 class.This 자동으로 데이터를 xajaxResponse XML을 PHP 함수에서 이미 지정된 요소의 속성에 데이터를 반환에 포함된 비교 . 만약 실제로 이미 속성이 변경됩니다 특성은 새로운 데이터로 업데이 트됩니다. 이 깜박임 이제까지 제거하고 응용 프로그램에서 데이터와 정기적인 시간 간격으로 업데이 트를 콘텐츠 또는 잔존 내용과 다를하지 않을 수있습니다 관찰이있습니다.
Tags: Minor feature enhancements
The Javascript generated by xajax was modified to encapsulate all of the xajax core Javascript into a Xajax Javascript class.This release automatically compares the data contained in the xajaxResponse XML returned from the PHP function to the data that is already in the attribute of the specified element. The attribute is only updated with the new data if it will actually change what is already in the attribute. This eliminates the flicker hitherto observed in applications that update content at a regular time interval with data which may or may not differ from extant content.

Project Resources