EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 /* @var $this Connect_DatabaseController */
3 
4 $this->breadcrumbs=array(
5  'Connect Database',
6 );
7 ?>
8 <h1><?php echo $this->id . '/' . $this->action->id; ?></h1>
9 
10 
11 <?php $this->connect();?>
12 
13 <p>
14  You may change the content of this page by modifying
15  the file <tt><?php echo __FILE__; ?></tt>.
16 </p>