Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Your best suggestions to implement Google AMP ?
Post: RE: Your best suggestions to implement Google AMP ...

John_Betong Wrote: (03-22-2019, 01:56 AM) -- Try searching this forum for Ampproject because I have posted quite a few solutions as to how I implemented Ampproject and CodeIgniter. My first post w...
6,638 Views
7 Replies
03-22-2019, 02:18 AM
Coool6
    Thread: Your best suggestions to implement Google AMP ?
Post: RE: Your best suggestions to implement Google AMP ...

John_Betong Wrote: (03-22-2019, 01:56 AM) -- Try searching this forum for Ampproject because I have posted quite a few solutions as to how I implemented Ampproject and CodeIgniter. My first post w...
6,638 Views
7 Replies
03-22-2019, 02:11 AM
Coool6
    Thread: Your best suggestions to implement Google AMP ?
Post: Your best suggestions to implement Google AMP ?

Hello Wonderful Community !  I'm interested regarding what's the best solution to implement Google AMP in a Codeigniter structure ? In a nutshell, the concept is to have another version of your ...
6,638 Views
7 Replies
03-21-2019, 11:07 AM
Coool6
    Thread: MySQL - Issue with SELECT & GROUP BY [SOLVED]
Post: RE: MySQL - Issue with SELECT & GROUP BY

Pertti Wrote: (11-29-2018, 07:29 AM) -- Ah right, I see what's happened here, I thought I copied your original statement, basically it always uses tags_name as string... just pop off the quotes and i...
21,041 Views
8 Replies
11-29-2018, 07:47 AM
Coool6
    Thread: MySQL - Issue with SELECT & GROUP BY [SOLVED]
Post: RE: MySQL - Issue with SELECT & GROUP BY

Pertti Wrote: (11-29-2018, 06:49 AM) -- I'm not entirely sure this will work, but try this PHP Code: -- $this->db->select("pages.*,GROUP_CONCAT('tags_name')"); -- -- Thanks for your fast repl...
21,041 Views
8 Replies
11-29-2018, 07:22 AM
Coool6
    Thread: MySQL - Issue with SELECT & GROUP BY [SOLVED]
Post: MySQL - Issue with SELECT & GROUP BY [SOLVED]

Hello lovely CI Community, I have a basic config MySQL 5.7 / PHP 7.0 with this DB :  Pages Table  Tags Table Pages_Tags (Joint Table) Query :  Code: -- $this->db->from("pages"); $th...
21,041 Views
8 Replies
11-29-2018, 06:05 AM
Coool6
    Thread: How to have a session that never expires ?
Post: RE: How to have a session that never expires ?

php_rocs Wrote: (06-13-2018, 08:23 AM) -- @Coool6, This probably doesn't matter but what version of PHP are you using? -- PHP 7.1.13
18,454 Views
12 Replies
06-13-2018, 08:40 AM
Coool6
    Thread: How to have a session that never expires ?
Post: RE: How to have a session that never expires ?

dave friend Wrote: (06-13-2018, 08:14 AM) -- Coool6 Wrote: (06-13-2018, 07:52 AM) -- I tried your solution but always the same issue, after a short time the session expires... I don't get it  :( :(...
18,454 Views
12 Replies
06-13-2018, 08:39 AM
Coool6
    Thread: How to have a session that never expires ?
Post: RE: How to have a session that never expires ?

dave friend Wrote: (06-12-2018, 01:14 PM) -- Coool6 Wrote: (06-12-2018, 12:18 PM) -- Thanks for the info !  :heart: But i don't get it, actually when $config['sess_save_path'] is empty, the default...
18,454 Views
12 Replies
06-13-2018, 07:52 AM
Coool6
    Thread: CodeIgniter 3.1.9 released
Post: RE: CodeIgniter 3.1.9 released

Thanks for your amazing work !!!!
107,286 Views
49 Replies
06-12-2018, 12:40 PM
Coool6
    Thread: How to have a session that never expires ?
Post: RE: How to have a session that never expires ?

dave friend Wrote: (06-12-2018, 11:59 AM) -- The problem is here PHP Code: -- $config['sess_save_path'] = NULL; -- When using the file driver the value must be an absolute path to the folder ...
18,454 Views
12 Replies
06-12-2018, 12:18 PM
Coool6
    Thread: How to have a session that never expires ?
Post: RE: How to have a session that never expires ?

php_rocs Wrote: (06-12-2018, 08:45 AM) -- I have some questions and comments...what version of CI are you using?  Your session settings appear to be correct. Although only one of my cookie config set...
18,454 Views
12 Replies
06-12-2018, 09:55 AM
Coool6
    Thread: How to have a session that never expires ?
Post: How to have a session that never expires ?

Hello Dear CI Community, I don't understand, i read the documentation and i set the sess_expiration on '0' as the doc said, but even with the tab always open in the browser (Chrome), the session ne...
18,454 Views
12 Replies
06-12-2018, 07:14 AM
Coool6
    Thread: Concept of OAuth login - Step after the access token
Post: RE: Concept of OAuth login - Step after the access...

arma7x Wrote: (05-24-2018, 03:42 PM) -- https://aaronparecki.com/oauth-2-simplified/ -- Thanks a lot for the link but it's not really the issue to me.  As i said, it's the part after the access to...
5,446 Views
3 Replies
05-25-2018, 12:51 AM
Coool6
    Thread: Concept of OAuth login - Step after the access token
Post: Concept of OAuth login - Step after the access tok...

Hello Lovely CI Community, I studied how OAuth (Facebook/google login) works in order to implement it in my project but i don't really get how it can exist beside classic method for a membership ar...
5,446 Views
3 Replies
05-24-2018, 08:02 AM
Coool6
    Thread: Handling Error Functions + Logs PHP Process
Post: Handling Error Functions + Logs PHP Process

Hello ! Do you have a way : 1/ to create a log storing all the PHP Process with their number and infos ? (not in production, but at least during the development phase)  2/ to create handling er...
1,584 Views
0 Replies
04-08-2018, 02:20 AM
Coool6
    Thread: Identify PHP Process by ID ? (issue with exec time out)
Post: RE: Identify PHP Process by ID ? (issue with exec ...

InsiteFX Wrote: (11-07-2017, 10:03 AM) -- This mostly a php timeout or server load balance problem fastcgi is noted for this happening You will need to get hold of your provider for any changes. --...
5,742 Views
4 Replies
11-07-2017, 10:47 AM
Coool6
    Thread: Identify PHP Process by ID ? (issue with exec time out)
Post: RE: Identify PHP Process by ID ? (issue with exec ...

InsiteFX Wrote: (11-07-2017, 04:44 AM) -- What OS and sever are you running need your server and system information. -- Cloud infrastructure based on Xen technology.  https://v4.gandi.net/hosting/ia...
5,742 Views
4 Replies
11-07-2017, 09:29 AM
Coool6
    Thread: Avoid conflict between column names ?
Post: RE: Avoid conflict between column names ?

I just saw in the documentation that CI has dbprefix() https://www.codeigniter.com/user_guide/database/queries.html#working-with-database-prefixes-manually But i don't really get how it works. So i ...
18,524 Views
10 Replies
11-07-2017, 02:00 AM
Coool6
    Thread: Avoid conflict between column names ?
Post: RE: Avoid conflict between column names ?

neuron Wrote: (11-07-2017, 01:25 AM) -- I am not expert on it but in my experience best way is to use tablename_columnname pattern for column names. this way is good when joining tables -- I think ...
18,524 Views
10 Replies
11-07-2017, 01:46 AM
Coool6

Theme © iAndrew 2016 - Forum software by © MyBB