Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: URL after insert data
Post: RE: URL after insert data

Hello, use PHP Code: -- return redirect()->back(); -- you can read the documentation for the redirect function here https://codeigniter.com/user_guide/general/common_functions.html?highlight=redi...
1,362 Views
1 Replies
04-03-2020, 07:49 PM
FoLez
    Thread: Load routes from file
Post: RE: Load routes from file

And if you use this code in the Config/Routes.php file Add its to 14 line PHP Code: -- $request = new Request(new \Config\App); if ( $request->uri->getSegment(1) == 'admin' ) { return \Config\Ba...
2,987 Views
4 Replies
04-02-2020, 02:26 PM
FoLez
    Thread: how i can create my library in codeigniter 4
Post: RE: how i can create my library in codeigniter 4

I update the Google Recaptcha Class from version 3 to 4, here is an example [Attachment = 1748] and in system/Controller.php in the initController function, I define it in a global variable for all ...
17,616 Views
4 Replies
04-02-2020, 02:03 PM
FoLez

Theme © iAndrew 2016 - Forum software by © MyBB