@@ -13,6 +13,13 @@ const P_TABLE_MAIN = 'address';
const P_TABLE_MAIN_ID = 'id_address';
protected static $nb;
+public static function __init()
+{
+ parent::__init();
+
+ static::_country_load();
+}
function d_data($otype, $oid)
{
$data = [];