Skip to content

Commit cb31832

Browse files
authored
Update menu.php
1 parent a74c34c commit cb31832

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

menu.php

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<?php
2+
/*
3+
* Name: MegaMenuPHP
4+
* Date: 2022/06/02
5+
* Author: Max Base
6+
* Repository: https://github.com/BaseMax/MegaMenuPHP
7+
* Description: MegaMenuPHP is a simple menu system for PHP that allows you to recursively get menu items and its submenus.
8+
*/
9+
210
// PDO
311
$db = new PDO("mysql:host=localhost;dbname=megamenu", "root", "");
412
$db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);

0 commit comments

Comments
 (0)