Skip to content

The Framework is an updated version of the RRPhpLIbraryFramework. The framework was used for an actual client project. The client project was confidential and lot of code has been removed. Please check the readme file for more details.

Notifications You must be signed in to change notification settings

raveesgohiel9/RRPhpLibraryV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRPhpLibraryV2

NOTE: This code is just to display an understanding of good coding style in Php.

The project was based on Admin Panel LTE which is a template generated using the Bootstrap framework. The Framework is an MVC framework designed by using the following features

  1. Autoloading classes using composer - Check RRPhpLibraryV2/Helpers/PhpCrud.php
  2. Dependency injection - Check RRPhpLibraryV2/Helpers/PhpCrud.php
  3. Namespaces - Check RRPhpLibraryV2/Helpers/PhpCrud.php
  4. DAO class - Check models/user.php
  5. Single pattern - Check RRPhpLibraryV2/Helpers/Connection.php

The code may raise a lot of questions since it is incomplete.

The ZIP file template.zip must be unzipped and put at the same level as RRPhpLibrary.

About

The Framework is an updated version of the RRPhpLIbraryFramework. The framework was used for an actual client project. The client project was confidential and lot of code has been removed. Please check the readme file for more details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages