About Us

Learn more about the architecture and features behind Anything Database.

This is a modern PHP application built with a clean architecture and a practical management interface.

Project Structure

  • httpdocs/ - Public web root served by the web server
  • src/ - Application code including controllers, models, services, and views
  • lib/ - Shared framework-style classes and helpers
  • config/ - Configuration files and runtime bootstrap logic

Features

  • Simple routing system
  • MVC-ready architecture
  • Tenant-aware configuration and content
  • CMS-managed public pages
  • Clean separation of concerns