This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1d4f22
commit 0ef0114
Showing
30 changed files
with
65 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<?php | ||
require __DIR__ . '/src/DbApi/Module.php'; | ||
require __DIR__ . '/src/ZFTestApigilityDbApi/Module.php'; |
2 changes: 1 addition & 1 deletion
2
...module/DbApiOriginal/src/DbApi/Module.php → ...ginal/src/ZFTestApigilityDbApi/Module.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace DbApi; | ||
namespace ZFTestApigilityDbApi; | ||
|
||
use ZF\Apigility\Provider\ApigilityProviderInterface; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<?php | ||
require __DIR__ . '/src/DbMongoApi/Module.php'; | ||
require __DIR__ . '/src/ZFTestApigilityDbMongoApi/Module.php'; |
2 changes: 1 addition & 1 deletion
2
...ssets/module/DbOriginal/src/Db/Module.php → .../src/ZFTestApigilityDbMongoApi/Module.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace Db; | ||
namespace ZFTestApigilityDbMongoApi; | ||
|
||
use ZF\Apigility\Provider\ApigilityProviderInterface; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<?php | ||
require __DIR__ . '/src/DbMongo/Module.php'; | ||
require __DIR__ . '/src/ZFTestApigilityDbMongo/Module.php'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace DbMongo; | ||
namespace ZFTestApigilityDbMongo; | ||
|
||
return [ | ||
'doctrine' => [ | ||
|
4 changes: 2 additions & 2 deletions
4
.../config/yml/DbMongo.Document.Meta.dcm.yml → ...estApigilityDbMongo.Document.Meta.dcm.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ngoOriginal/src/DbMongo/Document/Meta.php → .../ZFTestApigilityDbMongo/Document/Meta.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace DbMongo\Document; | ||
namespace ZFTestApigilityDbMongo\Document; | ||
|
||
class Meta | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...ongoApiOriginal/src/DbMongoApi/Module.php → ...nal/src/ZFTestApigilityDbMongo/Module.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...src/DbMongo/Repository/MetaRepository.php → ...lityDbMongo/Repository/MetaRepository.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<?php | ||
require __DIR__ . '/src/Db/Module.php'; | ||
require __DIR__ . '/src/ZFTestApigilityDb/Module.php'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace Db; | ||
namespace ZFTestApigilityDb; | ||
|
||
return [ | ||
'doctrine' => [ | ||
|
4 changes: 2 additions & 2 deletions
4
...iginal/config/xml/Db.Entity.Album.dcm.xml → ...ml/ZFTestApigilityDb.Entity.Album.dcm.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ginal/config/xml/Db.Entity.Artist.dcm.xml → ...l/ZFTestApigilityDb.Entity.Artist.dcm.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0"?> | ||
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" xsi="http://www.w3.org/2001/XMLSchema-instance" schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"> | ||
<entity name="Db\Entity\Artist"> | ||
<entity name="ZFTestApigilityDb\Entity\Artist"> | ||
<id name="id" type="integer"> | ||
<generator strategy="AUTO"/> | ||
</id> | ||
<field name="name" type="string" nullable="true"/> | ||
<field name="createdAt" type="datetime" nullable="true"/> | ||
<one-to-many field="album" target-entity="Db\Entity\Album" mapped-by="artist"/> | ||
<one-to-many field="album" target-entity="ZFTestApigilityDb\Entity\Album" mapped-by="artist"/> | ||
</entity> | ||
</doctrine-mapping> |
2 changes: 1 addition & 1 deletion
2
...module/DbOriginal/src/Db/Entity/Album.php → ...al/src/ZFTestApigilityDb/Entity/Album.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace Db\Entity; | ||
namespace ZFTestApigilityDb\Entity; | ||
|
||
class Album | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...le/DbMongoOriginal/src/DbMongo/Module.php → ...Original/src/ZFTestApigilityDb/Module.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<?php | ||
namespace DbMongo; | ||
|
||
namespace ZFTestApigilityDb; | ||
|
||
use ZF\Apigility\Provider\ApigilityProviderInterface; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<?php | ||
require __DIR__ . '/src/General/Module.php'; | ||
require __DIR__ . '/src/ZFTestApigilityGeneral/Module.php'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?php | ||
|
||
namespace Db; | ||
namespace ZFTestApigilityGeneral; | ||
|
||
return [ | ||
'service_manager' => [ | ||
'invokables' => [ | ||
'General\Listener\EventCatcher' => 'General\Listener\EventCatcher', | ||
'ZFTestApigilityGeneral\Listener\EventCatcher' => 'ZFTestApigilityGeneral\Listener\EventCatcher', | ||
] | ||
] | ||
]; |
2 changes: 1 addition & 1 deletion
2
...nal/src/General/Listener/EventCatcher.php → ...pigilityGeneral/Listener/EventCatcher.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.