1. Download code igniter. 2. Make two copies. 3. Rename the one of the folders as codebase. 4. Create a new eclipse project with existing files as codebase. 5. Copy the below code : /** * @var CI_Config */ var $config; /** * @var CI_DB_active_record */ var $db; /** * @var CI_Email */ var $email;