Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: using nirgendswo/valitron and not vlucas/valitron
Post: using nirgendswo/valitron and not vlucas/valitron

Hello, I have a big problem, I want to use the Utrust paiement plateform in my application. I use composer to install codeigniter. My problem is that Utrust use nirgendswo/valitron wich is a fork of...
335 Views
1 Replies
08-30-2023, 07:21 AM
nunenthal
    Thread: install codigniter 4.02 with composer
Post: RE: install codigniter 4.02 with composer

dave friend Wrote: (02-26-2020, 09:42 AM) -- You can simply change the name of "public" to "public_html" after the install is finished. -- Maybe my question is not clear  In fact in codeigniter ...
2,955 Views
3 Replies
02-26-2020, 09:48 AM
nunenthal
    Thread: install codigniter 4.02 with composer
Post: install codigniter 4.02 with composer

Hello, I'm a complete beginner with composer, so after many problems I can have a working version of CodeIgniter 4.02 installed by composer. But some probleme are unsolved. How I can install ...
2,955 Views
3 Replies
02-26-2020, 09:38 AM
nunenthal
    Thread: Grocery CRUD
Post: RE: Grocery CRUD

nunenthal Wrote: (01-15-2020, 11:36 AM) -- I use GroceryCrud Enterprise for time. It's perfectly useless, easy to modify, easy to create all that you need. John Skoumbourdis, the author, reply at yo...
17,784 Views
10 Replies
01-15-2020, 02:56 PM
nunenthal
    Thread: Grocery CRUD
Post: RE: Grocery CRUD

I use GroceryCrud Enterprise for time. It's perfectly useless, easy to modify, easy to create all that you need. John Skoumbourdis, the author, reply at your question in a few days, and the documenta...
17,784 Views
10 Replies
01-15-2020, 11:36 AM
nunenthal
    Thread: How to retrieve $_SESSION variable out of CI
Post: How to retrieve $_SESSION variable out of CI

Hello, If fact it's simple, I use CI and in my admin I use the $_SESSION['auth'] to secure my admin. In my admin I use ckeditor with fileman as image uploader. I need to secure fileman by use...
1,970 Views
1 Replies
08-07-2019, 07:28 AM
nunenthal
    Thread: problem with single quote in input field
Post: RE: problem with single quote in input field (reso...

Wouter60 Wrote: (06-16-2017, 11:27 PM) -- It's the combination of form_input and set_value. Both functions "escape" the value. You can turn off html escaping in set_value, by adding a third paramete...
9,241 Views
5 Replies
06-17-2017, 01:24 AM
nunenthal
    Thread: problem with single quote in input field
Post: RE: problem with single quote in input field

skunkbad Wrote: (06-16-2017, 10:26 AM) -- Are you expecting a problem? What is the problem? Please clarify. -- If fact if I use form_input() it's not working. I get test'test in the inpu...
9,241 Views
5 Replies
06-16-2017, 06:42 PM
nunenthal
    Thread: problem with single quote in input field
Post: problem with single quote in input field

Hello, I have this value in database : test'test When I try to display the text in a field I get this in the input field : test'test If I display my variable in the html flux i get : tes...
9,241 Views
5 Replies
06-16-2017, 06:39 AM
nunenthal
    Thread: I can't solve my bug (2 days on) pleade help
Post: RE: I can't solve my bug (2 days on) pleade help (...

solved, I don't know why, but it's not possible to use exit; subtlety of object programming...  If some one can give me complete explanation. So I used an else to include the rest of my funct...
4,488 Views
3 Replies
09-14-2016, 10:39 AM
nunenthal
    Thread: I can't solve my bug (2 days on) pleade help
Post: I can't solve my bug (2 days on) pleade help

I have this controller, all work fine. But the problem is in the public function add_equipe_do() in this line if ($this->form_validation->run() == FALSE)             {                 $this->lo...
4,488 Views
3 Replies
09-14-2016, 09:00 AM
nunenthal
    Thread: Problem iwith validation callback
Post: RE: Problem iwith validation callback

Solved, In fact this is not possible : $this->form_validation->set_rules('annee', 'Année', 'required|callback_annee_check'); You must write this $this->form_validation->set_rules('annee', 'Ann...
4,344 Views
3 Replies
04-29-2016, 09:15 AM
nunenthal
    Thread: Problem iwith validation callback
Post: RE: Problem iwith validation callback

InsiteFX Wrote: (04-28-2016, 11:02 AM) -- Try this: PHP Code: -- if (($annee = $current_year)) -- -- The problem is not that the callback function is not working, the problem is that it seem th...
4,344 Views
3 Replies
04-28-2016, 02:07 PM
nunenthal
    Thread: Problem iwith validation callback
Post: Problem iwith validation callback

Hello, I write this bellow, my validation rules arre working, but the callback function not. I'm new in codeigniter and maybe a little stupid, please help. PHP Code: -- public function add...
4,344 Views
3 Replies
04-28-2016, 09:41 AM
nunenthal

Theme © iAndrew 2016 - Forum software by © MyBB