EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 /* @var $this Assignment_functionController */
3 
14 $this->breadcrumbs=array(
15  'Assignment Function',
16 );
17 ?>
18 
19 <?php
20 
21 if(isset($_POST['confid'])){
22 $this->selectconference();
23 $this->assignment(); }
24 else
25 $this->selectconference();
26 ?>
27