I have a question. I have a table of categories:
CREATE TABLE 'categorias' (
'id' int(10) UNSIGNED NOT NULL,
'parent_id' int(10) DEFAULT NULL,
'lft' int(10) DEFAULT NULL,
'rght' int(10) DEFAULT NULL,
'nome' varchar(255) DEFAULT NULL,...
asked by
10.05.2017 / 20:35