Example #1
0
<?php

include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormProsthesis.class.php";
$c = new C_FormProsthesis();
echo $c->default_action();
Example #2
0
<?php

include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormProsthesis.class.php";
$c = new C_FormProsthesis();
echo $c->default_action_process($_POST);
@formJump();
Example #3
0
<?php

include_once "../../globals.php";
include_once "{$srcdir}/api.inc";
require "C_FormProsthesis.class.php";
$c = new C_FormProsthesis();
echo $c->view_action($_GET['id']);