yii-userimport A CSV importer for Yii-User

  1. Requirements
  2. Usage

Yii-User-Import is a submodule for Yii-User which allows users to import users.

Requirements

Tested on Yii 1.1.8

Usage

Install Yii-User, then drop the extension folder in protected/modules.

in your config/main.php, add the module to the import array:

'import'=>array(
            'application.modules.userImport.*',
...

and add the module to the modules array:

'modules'=>array(
		'userImport',
...

Access at /userImport/ or /index.php?r=userImport.

See the included sample xls file for formatting. Export the xls as a CSV, copy the text and paste it in the field at the url above.

5 2
4 followers
746 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: Auth
Tags: import, user
Developed by: rrbot
Created on: Nov 14, 2011
Last updated: 12 years ago

Downloads

show all

Related Extensions