library simple-orm
        Simple ORM for PHP 5.4
    
            
                
                    
                    
                    
                    
                        
                            
    
        
        
            tonci/simple-orm
            Simple ORM for PHP 5.4
         
     
    
        
            -  Thursday, April 23, 2015
-  by tonci
-  Repository
-  1 Watchers
-  1 Stars
-  19 Installations
 
    
        
                            - PHP
-  1 Dependents
-  0 Suggesters
-  0 Forks
-  0 Open issues
-  1 Versions
-  0 % Grown
 
 
    
        
            
    
    
    
Simple-PHP-ORM
Simple php ORM that maps data from database and provide methods to work with the data.
Easier CRUD implementation.
Automated validation based on database model, (*1)
TODO
 - Add configuration options, (*2)
SET UP
- In oreder to set up the database connection credentials, details needs to be set in ORM class (lib/ORM.php)., (*3)