Welcome Guest, Not a member yet? Register   Sign In
Modify multiple fields in form - CI4
#12

(04-14-2020, 09:52 AM)Marcolino92 Wrote: So is it alright? Without the braces? Is it a correct syntax?

'category_name' => ['label' => 'Category Name', 'rules' => 'required|min_length[3]|max_length[150]|is_unique[categories.category_name,id,'.$id.']'],

Yes, you can concatenate the variable to the string with dots like you did. The braces is just standard php string parsing.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
RE: Modify multiple fields in form - CI4 - by includebeer - 04-18-2020, 07:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB