Source for file continuation.php
Documentation is available at continuation.php
* dbscript for PHP 4 & 5 - restful crud framework
* @version 0.1.2 -- 19-Feb-2007
* @author Brian Hendrickson <brian@dbscript.net>
* @link http://dbscript.net/
* @copyright Copyright 2007 Brian Hendrickson
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* Incomplete, should pump Comet-style state-change
* messages to Ajax or other clients or controllers.
* {@link http://dbscript.net/continuation}
* @author Brian Hendrickson <brian@dbscript.net>
'transition_on'=> $arr[1],
'transition_to'=> $arr[2],
'transition_on'=> $arr[1],
'transition_to'=> $arr[2],
'action_bean'=> $arr[3] ) );
|