Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Appstarter fzaninotto/Faker not found/abandoned
Post: Appstarter fzaninotto/Faker not found/abandoned

Hi, Is it only for me or you get this too? If I setup appstarter I got problem with this package only: https://prnt.sc/w93zdk (https://prnt.sc/w93zdk) Also, If I add this later using: PHP Code: -- ...
2,173 Views
1 Replies
12-24-2020, 05:12 AM
Gianluigi
    Thread: CodeIgniter 4.0 is here!
Post: RE: CodeIgniter 4.0 is here!

Great news, thank you!
212,235 Views
132 Replies
02-24-2020, 06:02 AM
Gianluigi
    Thread: New homepage design ?
Post: RE: New homepage design ?

About .com website if possible to fix at least this: Before/current: https://image.prntscr.com/image/jg4DTyvnQ2SQmGputWyNDw.png Margin edit here: https://image.prntscr.com/image/X0d0KAbVS2_OnM...
18,069 Views
24 Replies
02-19-2020, 04:49 PM
Gianluigi
    Thread: New homepage design ?
Post: RE: New homepage design ?

I've done some edit here, open for suggestions/feedback and hope someone like it: https://github.com/codeigniter4/CodeIgniter4/pull/2550 There was some error/warning in w3 validator, then I also edit...
18,069 Views
24 Replies
02-13-2020, 06:22 PM
Gianluigi
    Thread: New homepage design ?
Post: RE: New homepage design ?

I thought it was the home of codeigniter.com. However, I will try to have an eye in the evening for any suggestions/help if I can.
18,069 Views
24 Replies
02-11-2020, 07:47 AM
Gianluigi
    Thread: New homepage design ?
Post: RE: New homepage design ?

Wait for news too, in the meanwhile ot is still available the last poll result link and image references?
18,069 Views
24 Replies
02-06-2020, 12:10 PM
Gianluigi
    Thread: Codeigniter - Italian Community
Post: RE: Codeigniter - Italian Community

geekita Wrote: (02-18-2019, 02:56 PM) -- Salve a tutti! Sto cercando per un prodotto già realizzato (che però ha bisogno di miglioramenti) uno sviluppatore italiano che abbia conoscenze approfondite ...
29,923 Views
18 Replies
02-18-2019, 05:04 PM
Gianluigi
    Thread: PHPmailer in CI3? [SOLVED]
Post: RE: PHPmailer in CI3?

Oh, I've wrong here: if (!$mail->send()) { return true; } else { return false; } Remove the ! give me the page as it shoud to... Can ...
5,533 Views
3 Replies
08-31-2018, 01:55 AM
Gianluigi
    Thread: PHPmailer in CI3? [SOLVED]
Post: PHPmailer in CI3? [SOLVED]

Hi, as wirte in slack I have trouble to put PHPMailer in CI3. This code works, but when I call the controller it don't load the view. Mail sent correctly, but page don't load (blank page). Contr...
5,533 Views
3 Replies
08-30-2018, 02:53 PM
Gianluigi
    Thread: Database config encryp value
Post: Database config encryp value

Hi all, I've some problem to use for the first time the database encrypt (and, at all, understand its advantages). But I've an hosting with free HTTPS/SSL, so I wan't to try it and understand how t...
1,636 Views
0 Replies
08-21-2018, 09:00 AM
Gianluigi
    Thread: Advice for auth systems?
Post: RE: Advice for auth systems?

kilishan Wrote: (06-04-2015, 08:15 PM) -- @Gianluigi no problem. I haven't tried pulling it out of Sprint to use in a plain CodeIgniter app before, but the steps should be something like the followin...
10,211 Views
6 Replies
01-14-2016, 03:58 AM
Gianluigi
    Thread: Manage date as UTC
Post: RE: Manage date as UTC

skunkbad Wrote: (01-03-2016, 10:08 AM) -- Try adding parenthesis to num_rows: Code: -- if($query->num_rows() == 0) { return false; } -- -- Uhm, it works.. Back to UTC, I've tried now both with l...
8,759 Views
6 Replies
01-03-2016, 12:33 PM
Gianluigi
    Thread: Manage date as UTC
Post: RE: Manage date as UTC

I've put database first of the list. The command to retrieve last query print me this: SELECT * FROM tablename WHERE user_id = 1 LIMIT 1 But asyesterday it not shows the array results on the vie...
8,759 Views
6 Replies
01-03-2016, 04:19 AM
Gianluigi
    Thread: Manage date as UTC
Post: RE: Manage date as UTC

skunkbad Wrote: (01-02-2016, 12:19 PM) -- PHP Code: -- $this->db->query('SET time_zone = "00:00"'); -- -- I've no chance to check it. I've some problem to retrieve database data. Config/databas...
8,759 Views
6 Replies
01-02-2016, 04:22 PM
Gianluigi
    Thread: Manage date as UTC
Post: Manage date as UTC

Hi there, I'm setting up a website that provide access/translation for different regions. The system should show users the same date/time, example: User 1 is from USA, Washington (GMT-5) -> 2th...
8,759 Views
6 Replies
01-02-2016, 11:40 AM
Gianluigi
    Thread: Session encrypt and about overwrite config expiration
Post: RE: Session encrypt and about overwrite config exp...

skunkbad Wrote: (01-01-2016, 06:54 PM) -- 1) I always encrypt my sessions with the encryption library. Whether you use files or database, the session data is on the server, and it makes me more comfo...
6,508 Views
3 Replies
01-02-2016, 03:22 AM
Gianluigi
    Thread: Session encrypt and about overwrite config expiration
Post: Session encrypt and about overwrite config expirat...

Hi, I've 2 questions about session. Config: $config['sess_driver'] = 'files'; $config['sess_cookie_name'] = 'on_session'; $config['sess_expiration'] = 7200; $config['sess_save_path'] = APPPATH . 'se...
6,508 Views
3 Replies
01-01-2016, 05:16 PM
Gianluigi
    Thread: Advice for auth systems?
Post: RE: Advice for auth systems?

Thank you all! Start to try them. @kilishan sorry but I've some problem to understand where to put your files.. Also, you talk about /application/config/auth.php file that not exists in the default ...
10,211 Views
6 Replies
06-04-2015, 04:03 AM
Gianluigi
    Thread: Advice for auth systems?
Post: Advice for auth systems?

Hi! I did some research to find ready authentication systems, but many of these have broken links or are dated (and I don't know if there are better solution for security purposes, I'm new in CI). ...
10,211 Views
6 Replies
05-29-2015, 10:41 AM
Gianluigi
  Lightbulb Thread: Codeigniter - Italian Community
Post: Codeigniter - Italian Community

Buonasera e un saluto a chi, come me, si trova a smanettare su questo framework. Notavo la mancanza di una discussione dedicata a noi qui dentro e non ho idea se esistano altri punti di riferimento...
29,923 Views
18 Replies
05-23-2015, 01:42 PM
Gianluigi

Theme © iAndrew 2016 - Forum software by © MyBB