Welcome Guest, Not a member yet? Register   Sign In
Hey Now it is a time for CI Team to prepare and write a CI 4+ Tutorial Book
#21

(08-25-2023, 09:12 PM)kilishan Wrote: That's very similar to a personal project I had started in the past. No official forums, all of the organization happened via tags.That does require other things to make it usable though, like Rooms if you want to be able to make a "forum" restricted (like for admin discussion, etc), and a very good search engine. The challenge becomes finding stuff within the thousands of posts, so you still need to be able to browse the content in some form of organized fashion, but handling it like Flarum does where you can see a hierarchal list of tags and filter by the tags handles that pretty well.

If this is something we're seriously interested in doing, we should take the discussion off of this thread at the least. Maybe plan it over at the repo's discussions?

That's fine by me.
Reply
#22

Demo of repo:
https://github.com/lonnieezell/forum-exa...cussions/4
Reply
#23

(This post was last modified: 09-23-2023, 11:22 AM by donpwinston.)

I bought LonnieEzell's CodeIgniter 4 Foundations a while ago but I haven't actually read very much of it. I use to buy and read  programing books a lot. But nowadays I've stopped doing that. I haven't read a programming book in several years. I find it sufficient to simply search the internet. I also use Devsense and Codeium with VSCode which helps.
Simpler is always better
Reply
#24

(This post was last modified: 10-11-2023, 02:48 PM by kenjis.)

  • Briefly introduce CodeIgniter and its evolution to CI 4+.
  • Explain the importance of CI 4+ in modern web development.
  • Installation and setup of CI 4+.
  • Understanding the MVC architecture in CI 4+.
  • Creating your first CI 4+ project.
  • Explaining controllers and their role.
  • Defining routes and URL handling.
  • Creating multiple controllers and organizing them.
  • Building dynamic views.
  • Working with templates and layouts.
  • Utilizing CI 4+ views and templates to create responsive web pages
  • Introduction to models in CI 4+.
  • Connecting to databases.
  • Performing CRUD operations using models.
  • Implementing database migrations and seeders.
  • Creating and processing forms.
  • Validating user inputs using CI 4+ validation.
  • Handling form submissions and displaying validation errors.
  • Implementing user authentication.
  • Managing user sessions.
  • Setting up role-based access control (RBAC).
  • Recap of key concepts.
  • Encouragement for further exploration and development.

Chapter 1: Getting Started with CodeIgniter 4+
Chapter 2: Controllers and Routing
Chapter 3: Views and Templates
Chapter 4: Models and Databases
Chapter 5: Working with Forms and Validation
Chapter 6: Authentication and Authorization
Conclusion

Remember to include code examples, practical exercises, and real-world use cases to make the tutorial book hands-on and engaging for readers. Regularly update the content to keep it relevant as CI 4+ evolves and new features are added. Good luck with your CI 4+ tutorial book project!
For more information Click Now
Reply




Theme © iAndrew 2016 - Forum software by © MyBB