Skip to content

My php reference assignment for RabIT | A RabIT céghez való jelentkezésem referencia feladata

Notifications You must be signed in to change notification settings

hajasattila/rabitTrial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabIt Project

A simple PHP application based on MVC pattern.

The program has been validated with this extension: HTML Validator

Used technologies

  • Vanilla PHP
  • MYSQL

Running environment

Project Structure

rabitTrial/

├── Api/

│ ├── AdvertisementsApi.php

│ └── UsersApi.php

├── Controllers/

│ ├── AdvertisementController.php

│ └── UserController.php

├── Css/

│ └── Style.css

├── Error/

│ ├── Error_log.txt

│ └── ErrorHandler.php

├── Model/

│ ├── AdvertisementsModel.php

│ └── UserModel.php

├── Services/

│ ├── AdvertisementsService.php

│ └── UserService.php

├── View/

│ ├── Advertisements.php

│ └── Users.php

├── .env

├── .htaccess

├── db.php

├── index.php

└── ReadMe.md

About

My php reference assignment for RabIT | A RabIT céghez való jelentkezésem referencia feladata

Topics

Resources

Stars

Watchers

Forks