Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Error when validating credit card with multiple parameters in valid_cc_number rule
Post: Error when validating credit card with multiple pa...

I am using the codeigniter valid_cc_number credit card validation rule following the documentation https://codeigniter.com/user_guide/libraries/validation.html#available-rules It works when I add a...
4,003 Views
3 Replies
06-03-2021, 02:51 PM
funcion
    Thread: Codeigniter transactions with multiple functions
Post: RE: Codeigniter transactions with multiple functio...

skunkbad Wrote: (06-21-2017, 02:22 PM) -- Also make sure your tables are InnoDB. If they are MyISAM then transactions don't work. -- All the tables are InnoDB and still Codeigniter transactions are...
17,863 Views
10 Replies
06-21-2017, 02:39 PM
funcion
    Thread: Codeigniter transactions with multiple functions
Post: RE: Codeigniter transactions with multiple functio...

skunkbad Wrote: (06-21-2017, 09:04 AM) -- Yes. Think about code execution. Just because code execution goes in and out of functions doesn't mean that the DB class isn't going to handle what it's told...
17,863 Views
10 Replies
06-21-2017, 11:26 AM
funcion
    Thread: Codeigniter transactions with multiple functions
Post: RE: Codeigniter transactions with multiple functio...

skunkbad Wrote: (06-21-2017, 09:04 AM) -- Yes. Think about code execution. Just because code execution goes in and out of functions doesn't mean that the DB class isn't going to handle what it's told...
17,863 Views
10 Replies
06-21-2017, 09:19 AM
funcion
    Thread: Codeigniter transactions with multiple functions
Post: RE: Codeigniter transactions with multiple functio...

skunkbad Wrote: (06-21-2017, 07:59 AM) -- Looks like it should work fine. CodeIgniter doesn't care where you start and finish your transaction. -- What does it mean, from the moment the transaction...
17,863 Views
10 Replies
06-21-2017, 08:10 AM
funcion
    Thread: Codeigniter transactions with multiple functions
Post: Codeigniter transactions with multiple functions

I need to add a product in the "products" table, and I get the added product ID and then add the details of that product in the table "product details" In the official page of Codeigniter they show...
17,863 Views
10 Replies
06-21-2017, 06:31 AM
funcion

Theme © iAndrew 2016 - Forum software by © MyBB