Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Announcing Shield: an Official Authentication library
Post: RE: Announcing Shield: an Official Authentication ...

No way... after all that debate for years on how auth was never gonna be a part of CI. I think a few people wanted to shoot Narf over this for a while.
36,018 Views
42 Replies
06-07-2022, 02:12 PM
albertleao
    Thread: CodeIgniter 4.1.5
Post: RE: CodeIgniter 4.1.5

Congrats on new website. A few links are broken though. Can't get to the user guide from any link. All 4 boxes halfway down the pages have no href links.  Glad to see people still passionate about th...
14,380 Views
18 Replies
11-09-2021, 10:20 PM
albertleao
    Thread: Performance Codeigniter, + 2 million records.
Post: RE: Performance Codeigniter, + 2 million records.

Codeigniter itself won't be the cause for slowness. I'd look at the following: - Inefficient SQL queries - Missing/Wrong SQL indexes - Inefficient PHP code (n+1) - Server CPU / Memory
9,661 Views
14 Replies
08-02-2021, 04:21 PM
albertleao
    Thread: clear text password to ?
Post: RE: clear text password to ?

Never ever, ever... ever use clear text passwords. Did I say ever? Anyways... if whatever auth framework you're using doesn't support hashing your password, don't use it. If you're rolling your own...
5,544 Views
8 Replies
04-21-2021, 10:16 AM
albertleao
    Thread: Proper Middleware support
Post: RE: Proper Middleware support

MrWhite Wrote: (03-07-2021, 12:34 AM) -- albertleao Wrote: (03-06-2021, 09:07 PM) -- MrWhite Wrote: (03-06-2021, 06:28 PM) -- It would be great if CI4 has a feature like middleware in Laravel. I kn...
5,775 Views
6 Replies
03-08-2021, 04:55 PM
albertleao
    Thread: Proper Middleware support
Post: RE: Proper Middleware support

MrWhite Wrote: (03-06-2021, 06:28 PM) -- It would be great if CI4 has a feature like middleware in Laravel. I know we have filters in CI4. But that feature is not flexible and not well thought out. -...
5,775 Views
6 Replies
03-06-2021, 09:07 PM
albertleao
    Thread: CodeIgniter 4 Websocket
Post: RE: CodeIgniter 4 Websocket

Hey! Very interesting. Have you load tested this? I'm curious how many sockets you can support on a basic server like an t3.medium instance. Any chance you have some unit tests?
14,670 Views
5 Replies
03-03-2021, 08:04 PM
albertleao
    Thread: Our reasons to stay away from CodeIgniter 4
Post: RE: Our reasons to stay away from CodeIgniter 4

You have valid points but there's probably more constructive ways to try to improve things such as PR requests but for the most part you're right. We've been a CI 2 and CI 3 shop for 10+ years. Unf...
21,737 Views
17 Replies
01-05-2021, 08:53 AM
albertleao
    Thread: CodeIgniter - Appropriate for medium scale
Post: RE: CodeIgniter - Appropriate for medium scale

InsiteFX Wrote: (12-04-2020, 12:04 AM) -- I found it it's here. https://twitter.com/philsturgeon/status/521859257667305472?lang=en (https://twitter.com/philsturgeon/status/521859257667305472?lang=...
11,987 Views
9 Replies
12-04-2020, 09:29 AM
albertleao
    Thread: codeigniter vs lumen
Post: RE: codeigniter vs lumen

You're gonna get bias on this forum towards Codeigniter for obvious reason. But one thing I'd recommend having developed a lot in Laravel is that you DON'T start with Lumen. It's easier to start wi...
7,228 Views
5 Replies
08-11-2020, 07:08 AM
albertleao
    Thread: How to continue a Code Igniter function after rendering a view
Post: RE: How to continue a Code Igniter function after ...

Sleep isn't the right way to go about this. The best and most scalable way would be to use a cron-job to have a background job run and check for successful payments. Use your db to have "pending pa...
2,333 Views
4 Replies
07-07-2020, 09:17 PM
albertleao
    Thread: Logging all sql-queries
Post: RE: Logging all sql-queries

$this isn't in scope in the index.php. $this is when you're inside a class, and ->queries is only there if you're in a class that has the ci3 god object.
5,967 Views
4 Replies
07-03-2020, 07:54 PM
albertleao
    Thread: Office hours
Post: RE: Office hours

I voted no because it's one more thing to burden the codeigniter foundation team. They're already stretched pretty thin.
2,608 Views
3 Replies
06-25-2020, 01:30 PM
albertleao
    Thread: Help needed for CI v3
Post: RE: Help needed for CI v3

Are you able to reach out to Narf?
51,004 Views
26 Replies
06-25-2020, 08:28 AM
albertleao
    Thread: The future of Codeigniter
Post: RE: The future of Codeigniter

Would really love to hear @Killishan about all this.
37,762 Views
50 Replies
06-25-2020, 07:39 AM
albertleao
    Thread: The future of Codeigniter
Post: RE: The future of Codeigniter

@ivantcholakov Couldn't have said it better myself. The "small footprint" and "fast" that CI3 sold itself on has become more and more of just a marketing pitch than anything else. It costs less to ...
37,762 Views
50 Replies
06-24-2020, 07:31 PM
albertleao
    Thread: The future of Codeigniter
Post: RE: The future of Codeigniter

orionstar Wrote: (06-24-2020, 10:18 AM) -- albertleao Wrote: (06-24-2020, 10:02 AM) -- As for CI 3.0. If it truly has no support anymore, I'd love for the heads of CI to let us know. I have a few le...
37,762 Views
50 Replies
06-24-2020, 10:40 AM
albertleao
    Thread: The future of Codeigniter
Post: RE: The future of Codeigniter

orionstar Wrote: (06-24-2020, 08:46 AM) -- @albertleao @jreklund I dont know any specific, he just disappeard. I check the old repo daily to know about any bug or issue that might affect me. I thi...
37,762 Views
50 Replies
06-24-2020, 10:02 AM
albertleao
    Thread: The future of Codeigniter
Post: RE: The future of Codeigniter

@orionstar I knew narfbg wasn't really actively developing much, but did he say anywhere that he left the project? That would pretty much mean that CI3.0 is dead.
37,762 Views
50 Replies
06-23-2020, 08:58 PM
albertleao
    Thread: The future of Codeigniter
Post: RE: The future of Codeigniter

This has been something on the mind of my dev team for quite some time. There's no doubt that once upon a time Codeigniter was THE go to platform for php projects. Unfortunately, it simply hasn't kep...
37,762 Views
50 Replies
06-23-2020, 12:49 PM
albertleao

Theme © iAndrew 2016 - Forum software by © MyBB