Plans? I'd be happy to help. This is something I need for a project I'm currently working on, anyway.
and may introduce the core? Version 2.x: I want to do with the startup by default, as in the core
I don't understand. Are you going to be developing a D7 version?
Go test
different variables: user_variable_set('test-variable', 'value 1'); user_variable_set('test-variable', 'value 2', FALSE, 8); user_variable_set('test-variable', 3, TRUE); user_variable_set('test-variable', 4.0, TRUE, 0, 0, TRUE); user_variable_set('test-variable', array('value - 5'), TRUE, 0, 0, 'SID'); user_variable_set('test-variable', TRUE, FALSE, 0, 0, TRUE); user_variable_set('test-variable', 'value 7', FALSE, 9, 0, TRUE); user_variable_set('test-variable', 'value 8', FALSE, 0, 0, 'SID'); user_variable_set('test-variable', 'value 9', FALSE, 5, 0, 'SID');
Comments
Comment #1
orb commentedand may introduce the core?
Version 2.x: I want to do with the startup by default, as in the core
Comment #2
jessepinho commentedI don't understand. Are you going to be developing a D7 version?
Comment #3
orb commentedGo test
different variables:
user_variable_set('test-variable', 'value 1');
user_variable_set('test-variable', 'value 2', FALSE, 8);
user_variable_set('test-variable', 3, TRUE);
user_variable_set('test-variable', 4.0, TRUE, 0, 0, TRUE);
user_variable_set('test-variable', array('value - 5'), TRUE, 0, 0, 'SID');
user_variable_set('test-variable', TRUE, FALSE, 0, 0, TRUE);
user_variable_set('test-variable', 'value 7', FALSE, 9, 0, TRUE);
user_variable_set('test-variable', 'value 8', FALSE, 0, 0, 'SID');
user_variable_set('test-variable', 'value 9', FALSE, 5, 0, 'SID');
Comment #4
orb commented