Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Pros of codeigniter over laravel
Post: Pros of codeigniter over laravel

I recently started using and loving codeigniter about 6 months ago. the main reason I chose it over the popular framework, laravel is because, before, I didn't have access to composer, which was a req...
3,440 Views
2 Replies
12-21-2021, 03:53 AM
Ceo
    Thread: How to implement a registet with phone number with myth auth
Post: How to implement a registet with phone number with...

I am using myth-with for author in CI4. I want to implement a register with phone number option too but I am not sure how you do that correctly without editing myth-with system files. My current...
679 Views
0 Replies
02-09-2021, 02:05 AM
Ceo
    Thread: Codeigniter not showing helpful error messgaes
Post: Codeigniter not showing helpful error messgaes

Codeigniter normally used to show helpful error messages but for some unknown reasons, all it shows is     Uncaught ErrorException: htmlspecialchars() expects parameter 1 to be string, resource gi...
1,868 Views
2 Replies
10-09-2020, 02:50 AM
Ceo
    Thread: How does myth-auth rememeber me work
Post: RE: How does myth-auth rememeber me work

InsiteFX Wrote: (10-07-2020, 01:49 PM) -- Make sure to destroy the session. -- Where?
1,909 Views
3 Replies
10-07-2020, 02:26 PM
Ceo
    Thread: How does myth-auth rememeber me work
Post: How does myth-auth rememeber me work

So, I am a bit confused. I used to know remember me feature to work this way :  when the user logs in,if he turns on remember me, when he closes the browser, he will not be logged out.But if he tur...
1,909 Views
3 Replies
10-07-2020, 09:34 AM
Ceo
    Thread: 'if' method for routes service
Post: 'if' method for routes service

I'm thinking of adding an 'if' method to the RoutesCollection class. It would work like this: $routes->if(true,function($routes){      // blah... }); .... Or restrict routes to logged in...
1,813 Views
1 Replies
09-02-2020, 03:37 AM
Ceo
    Thread: Simple wwy to generate fake data in controller
Post: Simple wwy to generate fake data in controller

I have read tje docs on generating test data.But the problem is it seems to only focus on generating test data from models and for database seeding How can I generate fake data independent of a mod...
1,633 Views
2 Replies
08-27-2020, 02:29 AM
Ceo
    Thread: 504 gateway timed out
Post: RE: 504 gateway timed out

Ceo Wrote: (08-05-2020, 07:26 AM) -- So I have been using CI4 for a while now but I took quite a long break. When I recently continued, I started my web server and tried to go to my homepage('/') bu...
4,708 Views
2 Replies
08-05-2020, 12:46 PM
Ceo
    Thread: 504 gateway timed out
Post: 504 gateway timed out

So I have been using CI4 for a while now but I took quite a long break. When I recently continued, I started my web server and tried to go to my homepage('/') but it didn't load for 2s then 3s then...
4,708 Views
2 Replies
08-05-2020, 07:26 AM
Ceo
    Thread: Started a brand new youtube channel and my first series will be about Codeigniter
Post: RE: Started a brand new youtube channel and my fir...

Cool.Great that you are contributing to the CI community
1,745 Views
2 Replies
07-11-2020, 07:23 AM
Ceo
    Thread: How to integrate swoole and codeigniter
Post: How to integrate swoole and codeigniter

Quote: -- If someone was to integrate the high performance asynchronous framework known as Swoole (https://github.com/swoole/swoole-src/), where do they start? -- There exists swoole implemen...
2,679 Views
2 Replies
07-11-2020, 07:14 AM
Ceo
    Thread: Why does ci use escaping
Post: Why does ci use escaping

In the codeigniter docs, I read that the query builder class uses escapes queries for secuirity.But every where I check, PDO + prepared statements are better than mysqli_escape... Then why does ci4 st...
1,354 Views
1 Replies
07-11-2020, 12:08 AM
Ceo
  Star Thread: Show email errors
Post: Show email errors

How do I view the particular error when trying to send an email. The email->send() only returns boolean and thus I cannot catch an exception Any help?
1,394 Views
1 Replies
07-04-2020, 03:16 PM
Ceo
    Thread: COMPILED template engine
Post: RE: COMPILED template engine

dave friend Wrote: (06-18-2020, 06:32 PM) -- You might find this thread (https://forum.codeigniter.com/thread-66519.html) interesting. -- Yeah thanks.Ive seen that thread before.Before I posted my th...
5,588 Views
5 Replies
06-20-2020, 08:07 AM
Ceo
    Thread: COMPILED template engine
Post: COMPILED template engine

I think it would be a good idea for CI4 to come with a COMPILED template engine like Smarty or Twig I know this idea has been brought up before and rejected.From what Ive gathered,  the main reason...
5,588 Views
5 Replies
06-18-2020, 03:26 AM
Ceo
    Thread: Multiply template variable
Post: RE: Multiply template variable

php_rocs Wrote: (06-17-2020, 09:58 AM) -- @Ceo, What version of CI are you using?  Also, are you sure that you are representing the variable correctly?  What errors are you seeing? -- CI4. If i...
4,834 Views
3 Replies
06-17-2020, 10:03 AM
Ceo
    Thread: Multiply template variable
Post: Multiply template variable

I want to multiply a codeigniter template variable by 1000. This doesn't work `{myVar * 1000}` or this `{myVar*1000}` and definitely not `{myVar}*1000` How can I do it.
4,834 Views
3 Replies
06-17-2020, 09:55 AM
Ceo
    Thread: SQLite3::query(): Unable to prepare statement: 1, no such table:
Post: SQLite3::query(): Unable to prepare statement: 1, ...

I have just downloaded an auth system for codeigniter4 But when I go to /register have configured the default driver to be MySQL  in my  .env  I get this error Code: -- `SQLite3::query(): Unabl...
2,106 Views
0 Replies
06-16-2020, 05:43 AM
Ceo

Theme © iAndrew 2016 - Forum software by © MyBB