Name Change
This commit is contained in:
+4
-4
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name" : "ahwelp/bborm",
|
||||
"name" : "urfat/orm",
|
||||
"description" : "Diferent ORM",
|
||||
"type" : "library",
|
||||
"authors" : [
|
||||
{
|
||||
"name" : "ahwelp",
|
||||
"email" : "ahwelp@ahwelp.com"
|
||||
"name" : "Artur Welp",
|
||||
"email" : "ahwelp@universo.univates.br"
|
||||
}
|
||||
],
|
||||
"autoload" : {
|
||||
"psr-4" : {
|
||||
"BBOrm\\" : "src/BBOrm/"
|
||||
"ORm\\" : "src/ORM/"
|
||||
}
|
||||
},
|
||||
"require" : { }
|
||||
|
||||
+4
-4
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
include_once 'BBOrm/Connections.php';
|
||||
include_once 'BBOrm/DBInstance.php';
|
||||
include_once 'BBOrm/Entity.php';
|
||||
include_once 'ORM/Connections.php';
|
||||
include_once 'ORM/DBInstance.php';
|
||||
include_once 'ORM/Entity.php';
|
||||
|
||||
class Pais extends Entity{
|
||||
|
||||
@@ -95,4 +95,4 @@ var_dump( $a->permissions() );
|
||||
|
||||
//$a = new Municipio();
|
||||
//$a->load(1);
|
||||
//$a->estado();
|
||||
//$a->estado();
|
||||
|
||||
Reference in New Issue
Block a user