Please disable Adblockers and enable JavaScript for domain CEWebS.cs.univie.ac.at! We have NO ADS, but they may interfere with some of our course material.

PHP Bindings for RIDDL (up)

(Supervisor Peter Beran) 
 
 
The goal is create a language bindings from RIDDL to PHP. See Hello World for examples. 
 
A Client should work according to the following example: 
 
$t = new Riddl("http://www.pri.univie.ac.at/communities/riddl/helloworld/description.xml", "http://localhost/des.php");
$hellos = $t->hellos->get();
$hello = $t->hellos['1']->get();
 
This includes: 
 
The second alternative includes: 
 
$t = new Riddl("http://www.pri.univie.ac.at/communities/riddl/helloworld/declaration.xml","http://localhost/dec.php");
$hellos = $t->helloworld->hellos->get();
$hello = $t->hellos['1']->get();
 
For a declaration the following functionality have to be available: 
 

Requirements (up)

Of course all missing requirements (even necessary ones) can be offset by enthusiasm. 

Deliverables for BAC Seminar/BAC Thesis (up)

Letzte Änderung: 16.03.2009, 12:20 | 235 Worte