Difference between revisions of "6CS028 Workshop - Web Frameworks"

From mi-linux
Jump to navigationJump to search
Line 8: Line 8:
 
* [https://codeigniter.com/user_guide/tutorial/news_section.html News Section]
 
* [https://codeigniter.com/user_guide/tutorial/news_section.html News Section]
 
* [https://codeigniter.com/user_guide/tutorial/create_news_items.html Create News Items]
 
* [https://codeigniter.com/user_guide/tutorial/create_news_items.html Create News Items]
 +
 +
Then read the following sections of the documentation, to consolidate the above:
 +
* [https://codeigniter.com/user_guide/database/index.html Working With Databases]
  
 
=== Laravel ===
 
=== Laravel ===

Revision as of 13:39, 10 January 2023

Main Page >> Advanced Web Development >> Workbook >> Week 03

PHP Web Frameworks and databases

CodeIgniter

This week, go through the following steps of the tutorial:

Then read the following sections of the documentation, to consolidate the above:

Laravel

This week, go through the following steps of the tutorial: