EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
Variables
index.php File Reference

Go to the source code of this file.

Variables

 $usid = Yii::app()->user->id
 
 $papid = $_GET['va']
 
 $result = mysql_query("SELECT * FROM paper WHERE id=$papid")
 
 while ($row=mysql_fetch_array($result))
 

Variable Documentation

$papid = $_GET['va']

Definition at line 20 of file index.php.

$result = mysql_query("SELECT * FROM paper WHERE id=$papid")

Definition at line 23 of file index.php.

$usid = Yii::app()->user->id

Definition at line 17 of file index.php.

while($row=mysql_fetch_array($result))

Definition at line 24 of file index.php.