PHP hello world module (jar version)

From Resin 3.0

Revision as of 19:03, 2 December 2005 by Creich (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Contents

Introduction

This short article is intended for java programers who are interested in creating there own libraries which can be invoked from within a PHP page. It assumes that Resin's PHP implementation is installed and working correctly on your computer. Please see the related article PHP Hello World for more information on installing Resin for the first time.

Step 1: Create HelloWorldSampleClass.java

Step 2: Create com.caucho.php.PhpModule

Step 3: Create example.jar

Step 4: Create a PHP page

Conclusion

Personal tools