File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ public function index()
2121 echo 'Message from Controller: You are in the Controller: Songs, using the method index(). ' ;
2222
2323 // load a model, perform an action, pass the returned data to a variable
24- // NOTE: you can write the model name like "SongsModel" or "songsmodel", both will work
24+ // NOTE: please write the name of the model "LikeThis"
2525 $ songs_model = $ this ->loadModel ('SongsModel ' );
2626 $ songs = $ songs_model ->getAllSongs ();
2727
2828 // load another model, perform an action, pass the returned data to a variable
29- // NOTE: you can write the model name like "StatsModel" or "statsmodel", both will work
29+ // NOTE: please write the name of the model "LikeThis"
3030 $ stats_model = $ this ->loadModel ('StatsModel ' );
3131 $ amount_of_songs = $ stats_model ->getAmountOfSongs ();
3232
You can’t perform that action at this time.
0 commit comments