Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: set_message() from form_validation
Post: RE: set_message() from form_validation

but you don't set a custom error message in your example
20,295 Views
6 Replies
02-25-2016, 11:34 AM
Psygnosis
    Thread: set_message() from form_validation
Post: RE: set_message() from form_validation

PHP Code: -- /*Invio dati al modello per l'inserimento dei dati nel db*/     public function misure_validation() {       $this->load->library('form_validation');       $this->form_validation->set_...
20,295 Views
6 Replies
02-25-2016, 09:47 AM
Psygnosis
    Thread: set_message() from form_validation
Post: RE: set_message() from form_validation

InsiteFX Wrote: (02-25-2016, 06:41 AM) -- A callback is just another function / method in you code. function checkbox_callback(){} You then need to add the callback function / method name to th...
20,295 Views
6 Replies
02-25-2016, 06:44 AM
Psygnosis
    Thread: set_message() from form_validation
Post: set_message() from form_validation

Hi guys, I can't understand how to use set_message() form from_validation libraries. I've read doc, consult stackoverflow and I can't figure it out on how to use it... What I'm trying to achieve (...
20,295 Views
6 Replies
02-25-2016, 04:47 AM
Psygnosis
  Exclamation Thread: share array between function
Post: share array between function

Hi, if this question is too general I'm sorry =( I have a conceptual problem. I need to retrieve data from a db so I build a model function: PHP Code: -- public function lettura_dati($clientee...
4,245 Views
1 Replies
02-04-2016, 08:24 AM
Psygnosis
    Thread: MY_Controller not found
Post: MY_Controller not found

Hi all, sorry if I bother with stupid question... I try to build a class with some basic function (login etc), I want to put as core class and include that on controller that need that functions. Fo...
5,733 Views
1 Replies
01-29-2016, 02:28 PM
Psygnosis
    Thread: Call a controller from a library
Post: RE: Call a controller from a library

Narf Wrote: (01-29-2016, 03:45 AM) -- You shouldn't do this ... calling a controller from a library is the complete opposite of making it independent. Controllers are application-specific, librari...
5,692 Views
3 Replies
01-29-2016, 04:02 AM
Psygnosis
  Rainbow Thread: Call a controller from a library
Post: Call a controller from a library

Hi guys, some day ago I start to learn CI and a bit of MVC framework. I follow this tutorial on youtube (https://www.youtube.com/watch?v=FmKm1gCgUoM&list=PL161C7E0E6A01B1E0)  about login system (usi...
5,692 Views
3 Replies
01-29-2016, 03:38 AM
Psygnosis
    Thread: Auth noob some advice
Post: RE: Auth noob some advice

Thank you all, For now I've tried Ion Auth with no result =( I just make a copy of my app, install all the files as the author said, rename models/ion_auth_model.php => models/Ion_auth_m...
7,175 Views
4 Replies
01-14-2016, 08:02 AM
Psygnosis
    Thread: Auth noob some advice
Post: Auth noob some advice

Hi all, I'm new to codeigniter and new in php framework world. xD This is my story: I made a personal website based on bootstrap, and suddenly I thought that a login system was helpful for my ...
7,175 Views
4 Replies
01-13-2016, 10:15 AM
Psygnosis

Theme © iAndrew 2016 - Forum software by © MyBB