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

From mi-linux
Jump to navigationJump to search
Line 8: Line 8:
 
* [https://laravel.com/ https://laravel.com/]
 
* [https://laravel.com/ https://laravel.com/]
  
=== CodeIgniter ==
+
=== CodeIgniter ===
  
 
This week, go through the following steps of the tutorial:
 
This week, go through the following steps of the tutorial:
 
* [https://codeigniter.com/user_guide/installation/index.html Installation]
 
* [https://codeigniter.com/user_guide/installation/index.html Installation]
 
* [https://codeigniter.com/user_guide/tutorial/static_pages.html Static Pages]
 
* [https://codeigniter.com/user_guide/tutorial/static_pages.html Static Pages]

Revision as of 13:28, 10 January 2023

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

Installing Codeigniter

First, decide which PHP framework you would like to use.

I recommend either:

CodeIgniter

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