documentation examples changes amber (jpa) ejb database ioc jmx jsf messaging quercus remoting servlet security hello world java modules json pdo gettext | quercus tutorials
Hello World
The Hello, World tutorial covers the basic steps to start Resin and run a trivial php script in Quercus. Java Modules
Adding PHP functions with a Java module. JSON
JSON (JavaScript Object Notation) is a popular text data
exchange format with built-in support from Quercus since Resin 3.0.20.
One of the common uses of JSON in a PHP environment is for the server
to send JSON data to the user's browser. Because the JSON language is
a subset of JavaScript, JSON-encoded text can be readily parsed on the
user's browser using JavaScript's PDO
The PDO tutorial explains using the new PHP 5 portable database object (PDO) interface. Gettext
This i18n tutorial goes through the process of internationalizing a PHP application.
|