Initial commit

This commit is contained in:
2010-12-31 01:05:08 -07:00
commit 84d3b511a0
330 changed files with 71369 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php $this->load->view('header'); ?>
<p><?php echo $scaff_no_data; ?></p>
<p><?php echo anchor(array($base_uri, 'add'), $scaff_create_record); ?></p>
<?php $this->load->view('footer');
/* End of file no_data.php */
/* Location: ./system/scaffolding/views/no_data.php */