-
Notifications
You must be signed in to change notification settings - Fork 194
Controller Import
Jakub Jakubiec edited this page Feb 24, 2014
·
1 revision
Controller | Extends | Path |
---|---|---|
Import | Plain_Controller | /application/controllers/import.php |
Type | Accessible |
---|---|
XMLHttpRequest | Logged in only |
API | No |
Web View | No |
This controller handles importing of JSON encoded data from other Nilai system.
Called automatically which in turn calls the parent constructor. It also does the following:
- Redirects the user if no user id is found
- Sets default success to false
Checks if file was uploaded, and imports it if found.