dbscript
[
class tree: dbscript
] [
index: dbscript
] [
all elements
]
Todo List
Packages:
dbscript
Source for file state.php
Documentation is available at
state.php
<?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 2006-2007 Brian Hendrickson
*
@package
dbscript
*
@license
http://www.opensource.org/licenses/mit-license.php MIT License
*/
/**
* State
*
* More info...
*
{@link http://dbscript.net/state}
*
*
@package
dbscript
*
@author
Brian Hendrickson <brian@dbscript.net>
*
@access
public
*
@version
0.1.2
*
@todo
implement
*/
class
State
{
var
$id
;
var
$action_bean
;
var
$transition_on
;
function
init
(
)
{
$this
->
transition_on
=
array
(
)
;
$this
->
entry_actions
=
array
(
)
;
}
}
?>
Documentation generated on Mon, 19 Feb 2007 10:25:03 -0800 by
phpDocumentor 1.3.1