i'm thinking to add a new table called domain_avp:

CREATE TABLE domain_avp (
  id int(10) unsigned NOT NULL,
  `name` int(10) unsigned NOT NULL,
  `type` char(1) NOT NULL,
  `value` varchar(256) NOT NULL,
  KEY id (id)
) ENGINE=MyISAM;

where one could store domain related avps, which would get assigned as
side effect of is_domain_local() function call.

any comments before i start writing the code?

-- juha

_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to