CREATE TABLE menus (
id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
parent_id BIGINT UNSIGNED NULL,
title VARCHAR(100) NOT NULL,
url VARCHAR(255) NOT NULL,
icon VARCHAR(100) DEFAULT NULL,
display_order INT DEFAULT 0,
target VARCHAR(20) DEFAULT '_self',
is_active TINYINT(1) DEFAULT 1,
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
CONSTRAINT fk_menu_parent
FOREIGN KEY (parent_id)
REFERENCES menus(id)
ON DELETE CASCADE
);
✨ Nettoyage Professionnel Haut de Gamme
La propreté qui valorise votre entreprise
HNP Nettoyage accompagne les entreprises, commerces, copropriétés et collectivités avec des prestations de qualité réalisées par des professionnels expérimentés.
Warning: require_once(/home/u266169611/domains/hnp-nettoyage.fr/public_html/includes/components/features.php): Failed to open stream: No such file or directory in /home/u266169611/domains/hnp-nettoyage.fr/public_html/index.php on line 58
Fatal error: Uncaught Error: Failed opening required '/home/u266169611/domains/hnp-nettoyage.fr/public_html/includes/components/features.php' (include_path='.:/opt/alt/php83/usr/share/pear:/opt/alt/php83/usr/share/php:/usr/share/pear:/usr/share/php') in /home/u266169611/domains/hnp-nettoyage.fr/public_html/index.php:58
Stack trace:
#0 {main}
thrown in /home/u266169611/domains/hnp-nettoyage.fr/public_html/index.php on line 58