Added Tabs to edit page

This commit is contained in:
2025-11-16 21:57:10 -08:00
parent bba62180fe
commit a14df54cd9
29 changed files with 771 additions and 130 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Novaconium\Services;
class Auth
{
public function __construct()
{
}
}
+14
View File
@@ -0,0 +1,14 @@
<?php
namespace Novaconium\Services;
/**
* TagManager Class
* Handles tag preparation, insertion, and linking for pages.
* Cleans up controller by encapsulating tag logic.
*/
class TagManager
{
public function __construct()
{
echo "class access";
}
}