On my first try, I've only included system/application/models, system/application/controllers, system/application/helpers, and system/application/libraries. I chose those folders because I think those folders contain the code that you want to be properly documented for future reference. What other folders do you think should be included?
|
|
To be thorough in terms of your own code. I would recommend the following folders and where necessary have annotated:
|
||
|
|
|
|
I think you got it covered. The rest is probably documented in CodeIgniter's documentation already. If you add any plugin/library/whatever that requires to be outside of these folders, make sure you add them later as well. |
||
|
|
