Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations
Time for a new chapter! This time around we look outside of our own applications - and grab cute cat images from the CatApi. Doing this allows us to explore both making cURL requests with the built-in... |
|
kilishan |
News & Discussion
|
51 |
36,917 |
03-10-2021, 09:05 PM |
|
|
Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations
Thank you all so much for your kind words and understanding! I come back this time with some good news:
After a long delay - here's your next chapter! This time we build out a simple CRUD area for t... |
|
kilishan |
News & Discussion
|
51 |
36,917 |
02-15-2021, 09:45 PM |
|
|
Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations
Hey all - I apologize. The last 3 months or so my day job has had me working days, nights and many weekends trying to get a project launched so I am behind on a few different things. One of them being... |
|
kilishan |
News & Discussion
|
51 |
36,917 |
12-29-2020, 09:48 PM |
|
|
Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations
Thanks so much everyone!
Just a quick update. My small surgery went fine and I'm mostly recovered now. Just about have the code ready for the next chapter, which just leaves it getting written up ne... |
|
kilishan |
News & Discussion
|
51 |
36,917 |
11-16-2020, 10:07 AM |
|
|
Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations
|
kilishan |
News & Discussion
|
51 |
36,917 |
10-18-2020, 07:26 AM |
|
|
Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations
Yes - whenever a new chapter is released you'll get an update via email letting you know. I'm aiming for a chapter every 2-3 weeks but think this next one will be a little longer than that since it tu... |
|
kilishan |
News & Discussion
|
51 |
36,917 |
10-17-2020, 07:36 AM |
|
|
Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations
The next chapter was published today: creating a simple blog engine. In it we cover using View Layouts to make it easy to maintain a consistent look across your site that's easily maintainable and ver... |
|
kilishan |
News & Discussion
|
51 |
36,917 |
10-01-2020, 08:37 AM |
|
|
Thread: Book: CodeIgniter 4 Foundations
Post: RE: Book: CodeIgniter 4 Foundations
(09-27-2020, 10:44 PM)berendbotje91 Wrote: Will there be a physical version when the book is finished?
I didn't do that last time, but I was considering it this time. No decision yet, though. |
|
kilishan |
News & Discussion
|
51 |
36,917 |
10-01-2020, 08:32 AM |
|
|
Thread: Book: CodeIgniter 4 Foundations
Post: Book: CodeIgniter 4 Foundations
I'm excited to announce that my new book, CodeIgniter 4 Foundations went live last week. People have been asking me for this book for at least a year so I'm thrilled to be able to get the first of it ... |
|
kilishan |
News & Discussion
|
51 |
36,917 |
09-16-2020, 09:22 PM |
|
|
Thread: CodeIgniter 4 Foundations Book
Post: RE: CodeIgniter 4 Foundations Book
Nope. That's the way LeanPub is made to operate. By purchasing before it's 100% you get a chance to get the content early, suggest other content, and help spur me along to finish lol.
As mentioned in... |
|
kilishan |
Lounge
|
11 |
6,185 |
09-10-2020, 01:12 PM |
|
|
Thread: CodeIgniter 4 Foundations Book
Post: RE: CodeIgniter 4 Foundations Book
Have been working on it pretty heavily the last week or so. Making good progress! It's at the top of my priority list at the moment, so shouldn't be too much longer.
I'll be sure to post here once i... |
|
kilishan |
Lounge
|
11 |
6,185 |
08-04-2020, 09:33 PM |
|
|
Thread: Can't use cookie helper in CI 4.0.4
Post: RE: Can't use cookie helper in CI 4.0.4
Are you stopping execution of the script with a dd(), die(), etc? If so that would stop the cookies from being sent or updated. |
|
kilishan |
CodeIgniter 4 Support
|
10 |
1,538 |
07-23-2020, 07:00 AM |
|
|
Thread: auto load header menu data to each page
Post: RE: auto load header menu data to each page
That's a great way to handle it. Additionally, you might look into View Cells. They're probably something that should be used with care, but combined with caching (that's built into them) it could wor... |
|
kilishan |
CodeIgniter 4 Support
|
4 |
822 |
07-20-2020, 06:50 AM |
|
|
Thread: New vid: 3 New Features in CI 4.0.4
Post: New vid: 3 New Features in CI 4.0.4
With 4.0.4 released yesterday, I wanted to put together a small video covering 3 of the most visible new features:
1. Fabricators for testing
2. The new command: cache:clear
3. Calling commands from... |
|
kilishan |
News & Discussion
|
17 |
24,212 |
07-16-2020, 09:43 PM |
|
|
Thread: CodeIgniter v4.0.4 released
Post: CodeIgniter v4.0.4 released
Hey all - thanks to huge help from the community I'm happy to announce the release of version 4.0.4.
There are a quite a number of bug-fixes as people use the framework more. Along with that there's... |
|
kilishan |
News & Discussion
|
34 |
34,361 |
07-15-2020, 09:35 PM |
|
|
Thread: Bbcode support in helper
Post: RE: Bbcode support in helper
This is not something that will be in core. There are always third party libraries you can install directly, and PHP even has an extension you can compile in if you need it. |
|
kilishan |
CodeIgniter 4 Feature Requests
|
4 |
1,577 |
07-08-2020, 06:45 AM |
|
|
Thread: Testing: Database refresh and migrations
Post: RE: Testing: Database refresh and migrations
And it was merged in. Just a couple of thoughts since I didn't get to respond here prior to seeing it on GitHub.
SQLite in-memory databases make a huge performance difference, and I believe the hand... |
|
kilishan |
CodeIgniter 4 Discussion
|
8 |
1,250 |
07-06-2020, 08:15 PM |
|
|
Thread: Help needed for CI v3
Post: RE: Help needed for CI v3
And also - let me know what your Github usernames are, either here or in a PM, please. :) |
|
kilishan |
News & Discussion
|
24 |
25,697 |
07-06-2020, 07:12 AM |
|
|
Thread: Toolbar and performence information
Post: RE: Toolbar and performence information
To get any more fine-grained than that, you can use the benchmark tools provided. The Timer will have it's results will be displayed in the debug toolbar. |
|
kilishan |
CodeIgniter 4 Support
|
1 |
373 |
07-05-2020, 09:15 PM |
|
|
Thread: Help needed for CI v3
Post: RE: Help needed for CI v3
Hey everyone - thanks so much! Sorry it's taken me a bit to get back to this. My last week or so has been way too crazy and left me too little free time to do anything.
As a first step, please start... |
|
kilishan |
News & Discussion
|
24 |
25,697 |
07-05-2020, 09:12 PM |