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
#2

Thang is just slang for thing. You can always change or remove the comment if you don't like it, or submit a PR on GitHub for the maintainers to consider Smile
Reply
#3

(This post was last modified: 05-15-2021, 04:54 PM by John_Betong.)

@InsiteFX,
Vague memories and not checked but preferred CI3 “and away we go” Smile
Reply
#4

Now that you point it out, “setup” (should be “set up”) and “to actually fire” (split infinitive) are going to drive me crazy ?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB