Welcome Guest, Not a member yet? Register   Sign In
Change in index.php
#1

The CodeIgniter 4 index.php has been bugging me for some time now on this.

Cosmic change.

PHP Code:
/*
 *---------------------------------------------------------------
 * LAUNCH THE APPLICATION
 *---------------------------------------------------------------
 * Now that everything is setup, it's time to actually fire
 * up the engines and make this app do its thang.
 */
$app->run();

// Should be

/*
 *---------------------------------------------------------------
 * LAUNCH THE APPLICATION
 *---------------------------------------------------------------
 * Now that everything is setup, it's time to actually fire
 * up the engines and make this app do its thing.
 */
$app->run(); 

See the last word in the last comment block thank should be thing.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Change in index.php - by InsiteFX - 05-15-2021, 02:54 AM
RE: Change in index.php - by craig - 05-15-2021, 05:13 AM
RE: Change in index.php - by John_Betong - 05-15-2021, 04:53 PM
RE: Change in index.php - by MGatner - 05-22-2021, 05:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB