no_data.php

Go to the documentation of this file.
00001 <?php  $this->load->view('header');  ?>
00002 
00003 <p><?php echo $scaff_no_data; ?></p>
00004 <p><?php echo anchor(array($base_uri, 'add'), $scaff_create_record); ?></p>
00005 
00006 <?php $this->load->view('footer'); 
00007 /* End of file no_data.php */
00008 /* Location: ./system/scaffolding/views/no_data.php */