[dev] Implicit Prefs
Oscar Martin
osc_pan at hotmail.com
Sat Mar 28 12:56:53 UTC 2009
I need to store some options like a row table values, separates width "|"
for that, I create implicit value:
$prefGroups['desc'] = array(
'column' => _("Desc Services"),
'label' => _("Desc Services"),
'desc' => _("Change your Desc Services settings."),
'members' => array('descmanagement')
);
$_prefs['desc'] = array(
'value' => '1|2|3|4|5',
'locked' => false,
'shared' => false,
'type' => 'implicit',
);
$_prefs['descmanagement'] = array('type' => 'special');
The problem is that I cant't read and write it to database.
Can yoy help me?
Thanks.
Oscar
_________________________________________________________________
Encontrá el auto de tus sueños en MSN
http://xml.mercadolibre.com.ar/org-img/msn/autos.html
More information about the dev
mailing list