Skip to content

vaibhav9225/PHP-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Framework

A sophisticated PHP framework for handling basic tasks.

The basic idea behind this framework is to minimize the time spent on doing basic things such as manageing cookies & sessions, form validations, error handling, etc.

The core components in the framework are -

  • Database Class: Provides simple methods for performing database operations such as executing query, fetching results, matching data in database, etc.
  • Session & Cookie Classes - Provides methods to quickly handle sessions and cookies.
  • Form Class: This class provides an excelent way to do form validations for different data formats. It also provides a wrapper around form data to prevent SQL injection.
  • Mail Class- Provides a simplified version of PHP mail class for fast setup of HTML emails.

About

A sophisticated PHP framework for handling basic tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages