Welcome Guest, Not a member yet? Register   Sign In
Codeigniter
#3

(This post was last modified: 06-03-2020, 05:55 PM by John_Betong.)

@lactien

I've never been a fan of just porting old sites because new features will not be implemented.

Once you managed to render "welcome_message.php" experiment!

For starters:
1. Copy the Home.php Controller and rename to a new Controller. Beware of Case sensitivity.
2. Add a new route to call the new Controller
3. Add new methods to the new Controller
4. Copy "welcome_message.php" and rename to a new View file.
5. Display the new View file.
6. Try passing parameters to the new Controller. A new route will be required.
7. Try adding a database, creating a Model and Model Methods.
8. Try calling the new Controlle, passing parameters, retrieving database data and rendering in the new View.
9. Become familiar with the Online Help and follow the Tutorials.
19. Drop the old PHP methods, experiment and take advantage of new features.

Welcome and enjoy Smile
Reply


Messages In This Thread
Codeigniter - by lactien - 06-03-2020, 06:21 AM
RE: Codeigniter - by php_rocs - 06-03-2020, 01:04 PM
RE: Codeigniter - by John_Betong - 06-03-2020, 05:52 PM
RE: Codeigniter - by InsiteFX - 06-04-2020, 02:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB