CodeIgniter Forums
Better and more precise documentation - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: Better and more precise documentation (/showthread.php?tid=63938)



Better and more precise documentation - petewulf1 - 12-25-2015

Hey there,

i love working with codeigniter and its at least my favourite php framework system. But there's one point which is really bothering me, its the lack of important information if there were fundamental changes like the session library.

I was searching for ages why my old session library extension (my_session) wasn't working properly till i found out after masive searching the internet and all the forums that the directory structure now changed from 


Code:
application/libraries/my_session.php 


changed to


Code:
application/libraries/Session/my_session.php


Come on guys, that can't be true. This is a vital information and you will never find this anywhere in the documentation. One could say that there is already an info about implementing a driver - but that is not the same. Many users switching from 2.x to 3.x are having the same issues and they are posting unneccesarily complicated workarounds just because theres no information out there in the documentation or update-notes.

So please be more accurate when rewriting important modules and also think of the documentation cause a framework is only good and usable if there is a precise and detailed documentation we can rely on.

Regards,
Daniel


RE: Better and more precise documentation - Narf - 12-25-2015

You mean something like upgrade instructions telling you that the library was completely rewritten?

http://www.codeigniter.com/userguide3/installation/upgrade_300.html#step-6-update-your-session-library-usage