Add header view and controller for configuration fields

This commit is contained in:
Eike Foken
2011-05-26 17:35:37 +02:00
parent 0febd9621b
commit 24ce65fcc8
6 changed files with 26 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
<?php
class Fields extends CI_Controller {
public function __construct() {
parent::__construct();
}
public function upload_csv() {
}
}