Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: HTTPS : how to do
Post: HTTPS : how to do

Hello, If certificate installed and website must to be with https://www.example.com, does something special to do in configuration in order to have good working of the application developped with cod...
2,404 Views
2 Replies
10-01-2019, 09:49 AM
casa
    Thread: Array to string conversion Error
Post: RE: Array to string conversion Error

Hye, Perhaps give more information, check your code before for example.
5,672 Views
2 Replies
02-22-2017, 02:36 AM
casa
    Thread: [Solved] Delete row if key code is there for more than 15 min
Post: RE: Delete row if key code is there for more than ...

hye. If i understand your issue, you want to delete all rows where date_modified (field in your table) are older than 15 minutes. If you want it at every request who call your controller/method, ...
11,379 Views
8 Replies
02-05-2017, 03:25 AM
casa
    Thread: questions about security implemented in CI4 (or who will be implemented)
Post: questions about security implemented in CI4 (or wh...

Hye. I have some questions about security implemented in CI4 or perhaps will be implemented in CI4. # Does CI4 will implement all the security that CI3 provides (like $this->input->post($var, true...
3,943 Views
1 Replies
01-13-2017, 02:34 PM
casa
    Thread: how to use controllers filters on CI4
Post: RE: how to use controllers filters on CI4

Hello. # thanks for all :) # Service corrected and it works # I understand how to use Config/Filters.php # For redirect, i'm using a lamp server i.e easyphp and i made an alias of my website and...
18,115 Views
5 Replies
01-12-2017, 09:48 AM
casa
    Thread: how to use controllers filters on CI4
Post: RE: how to use controllers filters on CI4

Hye Thanks you for your explaination, but i have always the same problem. I don't understand :( # _________________ # I created this file on : // application/Filters/AuthFilter.php PHP Code: -- n...
18,115 Views
5 Replies
01-11-2017, 02:15 PM
casa
    Thread: how to use controllers filters on CI4
Post: how to use controllers filters on CI4

Hye, Please, is somebody can explain me with details how to use controllers filters on CI4. With documentation i don't understand how to do ? i understand is necessary to create a class who impleme...
18,115 Views
5 Replies
01-10-2017, 02:46 PM
casa
    Thread: system/core/loader.php error line 1381 on CI 3.1.3 download
Post: system/core/loader.php error line 1381 on CI 3.1.3...

Hye, There is an error on system/core/loader.php line 1381 when you download the last version of CI via codeigniter.com (i try today 10 january at 20h30 Paris France). Otherwise, on github, no error...
3,278 Views
1 Replies
01-10-2017, 12:32 PM
casa
    Thread: A Database Error
Post: RE: A Database Error

Hi. Try to configure database connections (file config/database.php). I don't know if you are configured WAMPP. By default, in WAMPP, the only user allowed to access to a database is "root" without ...
6,280 Views
4 Replies
04-25-2016, 03:32 AM
casa
    Thread: how to optimize backup database with CI
Post: how to optimize backup database with CI

Hello, When you backup a large database with CI, the producted file contains a lot of request "INSERT INTO TABLE VALUES (...)". Example : a table with 10000 lines. The export produces 10000 IN...
1,727 Views
0 Replies
03-24-2016, 01:43 AM
casa
    Thread: Export database with constraints at the end of backup file
Post: Export database with constraints at the end of bac...

Hello, I want to make a database export with constraints of the tables, but with constraints written at the end of the backup file. I use MySQL database. I use $this->dbutil->backup($prefs) but in ...
2,404 Views
1 Replies
03-23-2016, 06:04 AM
casa
    Thread: unable to insert dropdown data into database
Post: RE: unable to insert dropdown data into database

Hi.. Could you explain more please ? an example of you want to exactly. To recover data for a dropdown, you can do it with post or get method. After, you make some checks on your datas before insert...
3,656 Views
3 Replies
12-10-2015, 02:57 AM
casa
    Thread: grocerycrud
Post: RE: grocerycrud

Hi.. This is some ideas. 1. With grocerycrud you can show or not edit/delete button ($crud->unset_edit() or $crud->unset_delete()). See the documentation of grocerycrud http://www.grocerycrud.com...
3,715 Views
2 Replies
11-22-2015, 04:49 AM
casa
    Thread: custom library with parameters : problem
Post: RE: custom library with parameters : problem

@Martin and InsiteFx Thank you for your help :) and explaination
4,975 Views
5 Replies
11-13-2015, 10:26 AM
casa
    Thread: custom library with parameters : problem
Post: RE: custom library with parameters : problem

Thanks, but it's not working too because i note that : - if you load library in the view page, there is error - if you load library in the controller and then use it in the view, that's working !! ...
4,975 Views
5 Replies
11-13-2015, 06:10 AM
casa
    Thread: custom library with parameters : problem
Post: custom library with parameters : problem

hello, i want to use custom libray with parameters on its constuctor. I've a fatal error. My libray class (in folder library) PHP Code: -- // class file named Example.php defined('BASEPATH') OR exi...
4,975 Views
5 Replies
11-13-2015, 03:27 AM
casa
    Thread: dependency injection container for CI
Post: dependency injection container for CI

Hye, How do you think to integrate dependency injection container in CI version 4 or version 3. That can simplify loader for any models which depend of others. Thus, this would avoid " drowning " ...
3,695 Views
1 Replies
10-17-2015, 02:09 PM
casa
    Thread: how to display the blob data of table ci_sessions : resolved :)
Post: RE: how to display the blob data of table ci_sess...

Ok.. but what the utility to use blob data for sessions (in database) if you never use them to check what you want ? How do you do or suggest please ?
14,152 Views
7 Replies
09-12-2015, 09:27 AM
casa
    Thread: how to display the blob data of table ci_sessions : resolved :)
Post: RE: how to display the blob data presents in the ...

i resolved my problem PHP Code: -- // you retrieve your dat in ci_sesion_ table of the database y a request // ..... $session_data = $row->data ; // your BLOB data who are a String $return_da...
14,152 Views
7 Replies
09-12-2015, 02:50 AM
casa
    Thread: Send value from view to method and vice versa
Post: RE: Send value from view to method and vice versa

Hi, If you want to send a value to your controller, you are many ways switch your problem. Here, we don't know if you want t send a vlue when you click on a button (picture, etc.) or when a time is e...
5,070 Views
3 Replies
09-12-2015, 12:33 AM
casa

Theme © iAndrew 2016 - Forum software by © MyBB