Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: New Tool: Kool Dev with CodeIgniter 4 Preset
Post: New Tool: Kool Dev with CodeIgniter 4 Preset

Hello, CodeIgniter 4 community. I'm a developer from Brazil and have been using CodeIgniter as one of my main frameworks for years. With that, I try to contribute to the community whenever possible...
5,337 Views
4 Replies
09-15-2021, 08:59 AM
ajmeireles
    Thread: [CI 4.1.1] Overwrite Validations Message With Bug?
Post: [CI 4.1.1] Overwrite Validations Message With Bug?

Hi, guys! When I insert custom array of validation messages in the file: app/Language/en/Validation.php the system does not overwrite the system messages with my new messages, this only happens if th...
665 Views
0 Replies
02-19-2021, 08:11 PM
ajmeireles
    Thread: How to connect SQLSRV using SQLSRV driver?
Post: RE: How to connect SQLSRV using SQLSRV driver?

1. The web is hosted in a  cPanel hosting using this PHP setup: https://puu.sh/HgZhA/2274686967.png 2. The driver configuration has been set like this: https://puu.sh/HgZhY/dc9dc8b968.png 3. T...
6,519 Views
5 Replies
02-15-2021, 11:04 AM
ajmeireles
    Thread: How to connect SQLSRV using SQLSRV driver?
Post: RE: How to connect SQLSRV using SQLSRV driver?

MSSQL or SQLSRV driver? We are talking about CI4, right? The tutorial you've sent is CI3. [hr] InsiteFX Wrote: (02-15-2021, 01:41 AM) -- Make sure that you have installed the mssql driver right. R...
6,519 Views
5 Replies
02-15-2021, 05:19 AM
ajmeireles
    Thread: How to connect SQLSRV using SQLSRV driver?
Post: How to connect SQLSRV using SQLSRV driver?

With the latest CI4 version I'm able to use SQLSRV driver to DB Connections, but I'm understand how I can configure the driver to be connectec successfully? I've tried: PHP Code: -- public $mulor...
6,519 Views
5 Replies
02-14-2021, 09:46 PM
ajmeireles
    Thread: Modules? Easy? Absolutely not!
Post: RE: Modules? Easy? Absolutely not!

I'm be able to help you. Provide me your Skype id, so we can talk about that.
1,939 Views
4 Replies
09-02-2020, 05:28 PM
ajmeireles
    Thread: CodeIgniter v4.0.4 released
Post: RE: CodeIgniter v4.0.4 released

kilishan Wrote: (07-15-2020, 09:35 PM) -- Hey all - thanks to huge help from the community I'm happy to announce the release of version 4.0.4. There are a quite a number of bug-fixes as people us...
75,473 Views
44 Replies
07-16-2020, 04:50 PM
ajmeireles
    Thread: CI4 - security with Forms
Post: RE: CI4 - security with Forms

kilden Wrote: (07-11-2020, 09:35 AM) -- Hello, I wonder a lot of things about security with my forms in Codeigniter 4. If someone could enlighten me... ^^ 1 Is esc() function useful on Views or...
3,234 Views
4 Replies
07-11-2020, 09:31 PM
ajmeireles
    Thread: At your application, DB cache are working?
Post: At your application, DB cache are working?

Hi, there! At my app (CI4 4.0.3) I've actived: Code: -- 'cacheOn'  => true, 'cacheDir' => WRITEPATH . '/cache', -- at app/Config/Database.php, but I never seens the cache file of database. I nee...
1,732 Views
1 Replies
07-11-2020, 08:33 PM
ajmeireles
    Thread: Classmap not loaded?
Post: RE: Classmap not loaded?

Hey, you is able to understand how it work now? I have same issue!
4,954 Views
3 Replies
02-13-2020, 10:56 AM
ajmeireles
    Thread: Problem with $this in child Class extend of MX_Controllers
Post: RE: Problem with $this in child Class extend of MX...

As I can see the object $this->auth really isn't recognized by Login class. Where is this object, on Base.php? If this object is from other controller or lib I recommend create an lib or helper and...
2,981 Views
3 Replies
02-01-2020, 04:14 AM
ajmeireles
    Thread: Language Bug
Post: Language Bug

Hi! I'm migrate from CI3 to CI4 and I think have a bug on lang general function. When I call it, according the guide, the system return me the variable and not the message. In Model: $teste = l...
1,806 Views
1 Replies
01-28-2020, 07:04 PM
ajmeireles
    Thread: XSS Clean in CI4?
Post: RE: XSS Clean in CI4?

jreklund Wrote: (01-28-2020, 12:32 PM) -- Input are in your controller*. Output are in your view. *setVar are called in your controller. -- Sorry me, but let me ask showing an example: In CI3...
13,776 Views
5 Replies
01-28-2020, 01:05 PM
ajmeireles
    Thread: XSS Clean in CI4?
Post: RE: XSS Clean in CI4?

jreklund Wrote: (01-28-2020, 12:55 AM) -- XSS_clean should be conspired deprecated. That's a not a recommended practice to rely on. You should filter your inputs AND escape your outputs. Input: h...
13,776 Views
5 Replies
01-28-2020, 12:18 PM
ajmeireles
    Thread: XSS Clean in CI4?
Post: XSS Clean in CI4?

Hello, community! Im start to migrate my plataform to the CI4 and I doesn't find a important functions that I use on CI3 that is xss_clean on POST requisitions. In CI4 what is the similar functions...
13,776 Views
5 Replies
01-28-2020, 12:00 AM
ajmeireles
    Thread: Help with Email Class
Post: Help with Email Class

Hi, community! This is my first topic. I have a problem, I'm try to send a email for some users of my system that is based on CI 3.1.11 and the source html of the email is displayed. This is the...
1,434 Views
1 Replies
10-16-2019, 11:56 PM
ajmeireles

Theme © iAndrew 2016 - Forum software by © MyBB