Accessibility OA Workflow plug-in and list control data parsing:
The reference code is as follows:
<?include_once ("inc/auth.inc.php"); Include_once ("inc/utility_org.php"); $HTML _page_title = _ ("Workflow plug-in test"); Include_once ("inc/header.inc.php");/** Author: Sun Zhonghai * 15645091570 * qq:1027167227*///$FLOW _id=341;//$RUN _id=69222;//$ Sql= "SELECT * from Flow_data_". $FLOW _id. "Where run_id=". $RUN _id;//$cur _sql=exequery (Td::conn (), $sql);? ><body class= "BodyColor" style= "font-size:12px" topmargin= "5" ><?echo $_session["LOGIN_USER_ID"]. " <br> "; $query =" SELECT * from X_hr_code where parent_no= ' Gangweizhiwu ' ORDER by code_no ASC "; $cursor =exequery (TD:: Conn (), $query), while ($row =mysql_fetch_array ($cursor)) {echo $row ["Code_name"]. ",";} echo "
The above describes the Tongda OA2015 version of Workflow plug-in and list control data parsing, including the aspects of the content, I hope to be interested in PHP tutorial friends helpful.
Related articles:
PHP Workflow Custom Form Solution
How to implement workflow easily?
Introduction of a workflow design reference that is truly in line with China's conditions (including PHP implementations)