George Petculescu

Results 17 comments of George Petculescu

Well, it's kinda impossible to deal with frontend-related bugs just by having a brief description of the problem and some screenshots of the browser's console. To be clear: I'm not...

Why would you pass `$_GET['page']` raw variable? We have a [dedicated library](https://codeigniter.com/userguide3/libraries/input.html) for fetching GET parameters.

Well, yes and no. One could use the framework without the need for any of the above extensions, as they are used in certain files. For those, the composer installation...

Well, currently `show_error()` has no logging and has already 3 parameters, with 2 of them having default values. I'm not 100% sure what is your context, but methods like `show_404()`...

Hi! Can you please give an example of such Query Builder usage that would trigger this error?

No, I mean how do you use the framework's code. If you could show your example by using QB's methods, would be really great.

Hello! Yes, we still aim at maintaining compatibility with PHP 5. But no worries, if we find there's a bug that we should handle, we can ensure that `$str` is...

I'm not sure if this should be the fix or it, or that we should default the property `CI_Router::$directory` to an empty string (`''`), as we expect anyway that to...

I don't understand what's with the latest comments added to this issue (or even if they are related), but regarding the initial report, you are not supposed to send the...