Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying CodeIgniter Web Application Blueprints
  • Table Of Contents Toc
CodeIgniter Web Application Blueprints

CodeIgniter Web Application Blueprints

By : Robert Foster
3.8 (6)
close
close
CodeIgniter Web Application Blueprints

CodeIgniter Web Application Blueprints

3.8 (6)
By: Robert Foster

Overview of this book

If you are a PHP programmer or developer looking for a framework to quickly develop your applications, this book is for you. The prerequisites needed would be prior experience with CodeIgniter.
Table of Contents (11 chapters)
close
close
10
Index

Creating the model


There is only one model in this project, tasks_model.php, that contains functions that are specific to searching and writing tasks to the database.

This is our one and only model for this project. Let's briefly go over each function in it to give us a general idea of what it does, and then we will go into more detail in the code.

There are five main functions in this model, which are as follows:

  • get_tasks(): This serves two functions: firstly, to display all tasks—for example, when a user first visits the site and when a user enters a new task in the form.

  • change_task_status(): This changes the tasks.task_status value in the database from either todo or done. A task that is set to done appears struck through in the list, whereas tasks that are set to todo are not struck through and are displayed normally; this way, a user can easily work out what is done and not done.

  • save_task(): This saves a task to the database when a user submits the form from point 3 (the Create item...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
CodeIgniter Web Application Blueprints
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon