Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter v4.1.9 released
Post: RE: CodeIgniter v4.1.9 released

[quote pid="394230" dateline="1645837284"] Dear CodeIgniter Team, There is a strange issue with my CodeIgniter 4.1.9 version, though I could do the same without issue on the 4.1.4 version. The probl...
12,150 Views
16 Replies
03-14-2022, 10:38 PM
nurmyrat
    Thread: how to call class FPDF in CI4
Post: RE: how to call class FPDF in CI4

ghete Wrote: (11-06-2021, 03:58 PM) -- Hi guys .. please give some suggestion for my problem .. i want to make some report using FPDF with CI4  ==== it s my controller =====
5,287 Views
4 Replies
12-27-2021, 06:37 AM
nurmyrat
    Thread: Avoid using helpers
Post: RE: Avoid using helpers

MrWhite Wrote: (04-06-2021, 10:23 AM) -- I don't get why pretty much every PHP framework comes with this shit. I wish CI4 helpers were libraries instead of helpers. global methods are the worst thing...
4,155 Views
4 Replies
12-27-2021, 05:53 AM
nurmyrat
    Thread: Schedule releases of CI4
Post: RE: Schedule releases of CI4

Current versioning is good. As far as I understand X.Y.Z X for new versioning -- which should be every 2 year X for minor versioning Z for security patches.
10,548 Views
15 Replies
04-08-2021, 04:28 AM
nurmyrat
    Thread: Prepare ci_sessions for future Migration
Post: Prepare ci_sessions for future Migration

Hello CodeIgnitians. Recently I started to work on some project and decided to do it with CodeIgniter ( Laravel was the first choice ) and had an idea to prepare  common needed libraries and contr...
763 Views
0 Replies
04-08-2021, 12:39 AM
nurmyrat
    Thread: How can I use findAll with select in model?
Post: RE: How can I use findAll with select in model?

find() Returns a single row where the primary key matches the value passed in as the first parameter: $user = $userModel->find($user_id); The value is returned in the format specified in $returnT...
3,414 Views
2 Replies
04-08-2021, 12:07 AM
nurmyrat
    Thread: Filename: libraries/Session/Session.php Line Number: 102
Post: RE: Filename: libraries/Session/Session.php Line ...

You have an issue with the database connection. Make sure you have configured your database connection in the following file application/config/database.php and then make sure you have loaded your l...
6,694 Views
4 Replies
08-18-2017, 03:42 AM
nurmyrat
    Thread: CodeIgniter 3.1.4-3.1.5 HTTP Session issue
Post: RE: CodeIgniter 3.1.4-3.1.5 HTTP Session issue

No database, no file. Just this code What I mean by session: you enter a url and making an http request. Server (Apache 2.4  on windows machine in this case) responds to your request and closes t...
4,539 Views
4 Replies
08-13-2017, 11:05 PM
nurmyrat
    Thread: CodeIgniter 3.1.4-3.1.5 HTTP Session issue
Post: CodeIgniter 3.1.4-3.1.5 HTTP Session issue

Hello Masters of CI. TL;SR (too long; should read)  I have a small but interesting issue regardless of the versions of CI.  Yesterday I downloaded v3.1.5, extracted and write a simple code ( h...
4,539 Views
4 Replies
08-12-2017, 10:52 PM
nurmyrat

Theme © iAndrew 2016 - Forum software by © MyBB