|
Is there an example available anywhere that demonstrates how the
generated data classes / factory class should be interfaced within an
external PHP script? The documentation does not illustrate this.
My first inclination would be something like:
include("cms.php");
include("article.php");
$article = new articleclass();
//print_r($article);
Thanks.
jason
|