This repository was archived by the owner on Nov 22, 2019. It is now read-only.
myapit/core_ci
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Core Codeigniter 2.x for eclipse autocomplete purpose Installation ------------ 1. Download this code to workspace folder (folder which you store all your development codes). 2. run Eclipse, create new project in eclipse IDE named CORE_CI, and 'link' to this code, for autocomplete purpose only. 3. create new project, your own project ,the one that used CI. (e.g MyOwnCMS) 4. now, right click on the project (e.g MyOwnCMS), goto "PHP Include Path" >> tab "Projects" >> click "Add" >> choose "core_ci". 5. click "OK" and done. Now you should have the CI auto_complete syntax in you eclipse. done.