Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] insert defaut values into array
#1

[eluser]Dagobert Renouf[/eluser]
Hello everyone,

I'm currently using config files for my application, and I set them as array.

- My defaut config file with all fields possible and associated values
- The user config file with some fields associated with their values

I need to create, from theses two arrays, an array with the user values in it AND if some field is not specified, then insert the default value.

Code:
//array config default

            [label] => ""
            [type] => input
            [rules] => ""
            [prep] => ""
            [display] => 1
            [thumbs] => ""

            //array config user
            
            [label] => "email"
            [type] => input
            [rules] => "required"

            // array I need

            [label] => "email"
            [type] => input
            [rules] => "required"
            [prep] => ""
            [display] => 1
            [thumbs] => ""


Messages In This Thread
[SOLVED] insert defaut values into array - by El Forum - 07-08-2008, 06:31 AM
[SOLVED] insert defaut values into array - by El Forum - 07-08-2008, 06:34 AM
[SOLVED] insert defaut values into array - by El Forum - 07-08-2008, 06:39 AM
[SOLVED] insert defaut values into array - by El Forum - 07-08-2008, 07:26 AM
[SOLVED] insert defaut values into array - by El Forum - 07-08-2008, 07:36 AM
[SOLVED] insert defaut values into array - by El Forum - 07-08-2008, 07:48 AM
[SOLVED] insert defaut values into array - by El Forum - 07-08-2008, 08:33 AM
[SOLVED] insert defaut values into array - by El Forum - 07-08-2008, 08:49 AM
[SOLVED] insert defaut values into array - by El Forum - 07-09-2008, 05:46 AM
[SOLVED] insert defaut values into array - by El Forum - 07-09-2008, 05:52 AM
[SOLVED] insert defaut values into array - by El Forum - 07-09-2008, 05:57 AM
[SOLVED] insert defaut values into array - by El Forum - 07-09-2008, 06:16 AM
[SOLVED] insert defaut values into array - by El Forum - 07-09-2008, 06:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB