Skip to content

moebius70/datAnalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVC Framework

This is a skeleton MVC (Model-View-Controller) framework for PHP.

Getting Started

  1. Clone the repository: git clone https://github.com/moebius70/sf.git
  2. Configure the database connection in config/database.php
  3. Start the development server: php -S localhost:8000 -t public/

Folder Structure

  • app: Contains the application code
  • config: Contains configuration files
  • public: Contains the entry point and publicly accessible files
  • resources: Contains views, assets, and other resources
  • routes: Contains route definitions

Features

  • Simple and lightweight MVC architecture
  • Easy routing and URL handling
  • Database integration with MySQLi
  • Templating system for views
  • Error handling and logging

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License."# datAnalytics" "# datAnalytics"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors