CodeIgniter Forums
CodeIgniter4 User Guide - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Development (https://forum.codeigniter.com/forumdisplay.php?fid=27)
+--- Thread: CodeIgniter4 User Guide (/showthread.php?tid=65556)

Pages: 1 2


CodeIgniter4 User Guide - jlp - 06-26-2016

I have fixed the web-accessible CodeIgniter4 User Guide. It now pulls in CSS properly, so it is readable, and it pulls in Javascript, so it is searchable too.

This is for the "develop" branch, which means it is an "in progress" user guide, and its contents will change. I will update it periodically, as needed, and eventually move to an automated build & deployment after successful merges.


RE: CodeIgniter4 User Guide - sagipl - 04-02-2017

Thanks jlp for your help, actually I was looking for this.


RE: CodeIgniter4 User Guide - JuveLee - 05-04-2017

(06-26-2016, 12:21 AM)jlp Wrote: I have fixed the web-accessible CodeIgniter4 User Guide. It now pulls in CSS properly, so it is readable, and it pulls in Javascript, so it is searchable too.

This is for the "develop" branch, which means it is an "in progress" user guide, and its contents will change. I will update it periodically, as needed, and eventually move to an automated build & deployment after successful merges.

Thank you jlp!

But there is an example has missing "return".

It is in the follow page:
http://pneskin2.nekoget.com/codeigniter/4/user_guide/tutorial/news_section.html#setting-up-your-model

The method named "getNews" in "NewsModel" should have a return in the "if area" so that can return all rows from news table.

Thank you for reading this.


RE: CodeIgniter4 User Guide - ciadmin - 05-04-2017

(05-04-2017, 12:30 AM)JuveLee Wrote: But there is an example has missing "return".

It is in the follow page:
http://pneskin2.nekoget.com/codeigniter/4/user_guide/tutorial/news_section.html#setting-up-your-model

The method named "getNews" in "NewsModel" should have a return in the "if area" so that can return all rows from news table.

Thank you for reading this.

Oops - thanks for catching this. I've raised a fixing PR so that Lonnie sees it too Smile


RE: CodeIgniter4 User Guide - ciadmin - 05-04-2017

@JuveLee tutorial fixed in the CI4 repo Smile


RE: CodeIgniter4 User Guide - InsiteFX - 05-07-2017

Jim,

Please email me that image not as base64, Outlook cannot read it.


RE: CodeIgniter4 User Guide - ciadmin - 05-07-2017

(05-07-2017, 03:02 AM)InsiteFX Wrote: Jim,

Please email me that image not as base64, Outlook cannot read it.

"That image" ?? ... not sure what you are referring to.


RE: CodeIgniter4 User Guide - Ragav0302 - 08-09-2017

Hey,

This is great tutorial guide, I am a new in codeigniter this user manual usful for me Thanks.


RE: CodeIgniter4 User Guide - ellenconnel - 08-17-2017

Thank you jlp..
It is very helpful for beginners.


RE: CodeIgniter4 User Guide - mehdibo - 01-14-2018

In the CodeIgniter(3 & 4)'s user guide, when you click on a link in the sidebar (for example libraries), why doesn't it just drop down and show all the libraries, why load a whole page.
I think it would be better (and faster) to just show them in the sidebar and collapse when needed.