Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: redirect() in base controller
Post: RE: redirect() in base controller

You should use a Filter for redirecting. SEE: Controllers and Routing Controller Filters (https://codeigniter.com/user_guide/incoming/filters.html#controller-filters)
155 Views
7 Replies
4 hours ago
InsiteFX
    Thread: Fix redirection issue with .htaccess.
Post: RE: Fix redirection issue with .htaccess.

RewriteBase is already in our .htaccess file it's up to you to add the correct path to it.
86 Views
2 Replies
4 hours ago
InsiteFX
    Thread: Avoiding one-liners in PHP
Post: Avoiding one-liners in PHP

Avoiding one-liners in PHP (https://localheinz.com/articles/2023/03/18/avoiding-one-liners-in-php/)
50 Views
1 Replies
Yesterday, 12:39 PM
InsiteFX
    Thread: [SOLVED] Session as DatabaseHandler Driver
Post: RE: Session as DatabaseHandler Driver

I would create a cleanup method for it, this way if you need to make changes later it will be easier.
150 Views
4 Replies
03-18-2023, 10:54 PM
InsiteFX
    Thread: PHP 8.2.4. This is a bug fix release.
Post: RE: PHP 8.2.4. This is a bug fix release.

@"kenjis", Thank you.
120 Views
2 Replies
03-18-2023, 10:51 PM
InsiteFX
    Thread: WARNING - All New Users Please READ!
Post: WARNING - All New Users Please READ!

WARNING - All New Users Please READ! For the last month now myself and I'am sure other Modulators have been telling you New Users to not use CUT, COPY & PASTE for your code to posts because it also ...
130 Views
1 Replies
03-18-2023, 12:10 AM
InsiteFX
    Thread: [SOLVED] Session as DatabaseHandler Driver
Post: RE: Session as DatabaseHandler Driver

The session cleanup is usally handled by php. To cleanup sessions it is recommened to use a CRON Job to clean them up.
150 Views
4 Replies
03-17-2023, 11:43 PM
InsiteFX
    Thread: PHP 8.2.4. This is a bug fix release.
Post: PHP 8.2.4. This is a bug fix release.

PHP 8.2.4. This is a bug fix release.
120 Views
2 Replies
03-17-2023, 02:55 AM
InsiteFX
    Thread: URI with Slash
Post: RE: URI with Slash

PHP Code: --
67 Views
2 Replies
03-16-2023, 11:10 PM
InsiteFX
    Thread: I've encountered an issue where the value is not being escaped.
Post: RE: I've encountered an issue where the value is n...

I'm not sure if Myth/Auth is still being maintained or not users are using the new Sheild Auth now. Lonnie would need to answer this one.
66 Views
1 Replies
03-16-2023, 11:05 PM
InsiteFX
    Thread: extending the controller
Post: RE: extending the controller

It's CI_Controller not Controller for CodeIgniter 3. CodeIgniter 4 uses Controller. PHP Code: --
64 Views
1 Replies
03-16-2023, 11:00 PM
InsiteFX
    Thread: Error with session data
Post: RE: Error with session data

When you are finished writing out your session data you should do a: PHP Code: -- session_write_close(); --
86 Views
2 Replies
03-16-2023, 10:57 PM
InsiteFX
    Thread: CodeIgniter 3 to 4 Upgrade Helper
Post: RE: CodeIgniter 3 to 4 Upgrade Helper

@"kenjis", Thank you.
17,487 Views
13 Replies
03-15-2023, 11:28 PM
InsiteFX
    Thread: How to set dynamic url in Codeigniter 4?
Post: RE: How to set dynamic url in Codeigniter 4?

Setting Dynamic base URL in CodeIgniter 4.0.2 (https://stackoverflow.com/questions/60573688/setting-dynamic-base-url-in-codeigniter-4-0-2)
226 Views
8 Replies
03-15-2023, 12:18 AM
InsiteFX
    Thread: Why is my curl request not loading?
Post: RE: Why is my curl request not loading?

Can you show us your Controller code?
54 Views
1 Replies
03-12-2023, 11:26 PM
InsiteFX
    Thread: codeigniter 4 Showing blank page
Post: RE: codeigniter 4 Showing blank page

Please show your code so that we can help you.
97 Views
1 Replies
03-12-2023, 12:50 AM
InsiteFX
    Thread: CodeIgniter project issue on Ubuntu?
Post: RE: CodeIgniter project issue on Ubuntu?

In the future please do not cut, copy and paste your posts. It copies over all the html font code etc; I fixed it for you this time. Moderator.
173 Views
2 Replies
03-12-2023, 12:47 AM
InsiteFX
    Thread: using grocery crud?
Post: RE: using grocery crud?

Codeigniter 3 has Security issues!
197 Views
4 Replies
03-12-2023, 12:42 AM
InsiteFX
    Thread: CodeIgniter version 3.0 is secure ?
Post: RE: CodeIgniter version 3.0 is secure ?

You can get the CodeIgniter version using. PHP Code: -- echo CI_VERSION; --
254 Views
2 Replies
03-12-2023, 12:40 AM
InsiteFX
    Thread: The Power of the Coding Mindset": How Developing the Coding Mindset Can Take Your Pro
Post: The Power of the Coding Mindset": How Developing t...

The Power of the Coding Mindset": How Developing the Coding Mindset Can Take Your Programming to the Next Level (https://dev.to/turinumugisha_s/the-power-of-the-coding-mindset-how-developing-the-codin...
167 Views
1 Replies
03-11-2023, 08:42 AM
InsiteFX

Theme © iAndrew 2016 - Forum software by © MyBB