Skip to content

JohnMorris4/axiomphp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AxiomPHP

  1. Introduction-- I am starting this as a new PHP framework from the ground up. I have used some of the others and while they have there strengths there are also something else about building your own Framework... It introduces skill, something I pride myself on.

  2. Created the folder and file structure of the MVC pattern.

  3. During Unit testing created the Post.php file in the models folder. The following is what I used to confirm that the database was able to connect.

This is my personal project created from scratch.

/* <?php

  • class Post{
  • private $db;
  • public function __construct(){
  •   $this->db = new Database;
    
  • } */ }

License Information: This is free to use and distribute under the opensource license agreement.

About

This is a mockup of a PHP Framework built from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages