-
-
Couldn't load subscription status.
- Fork 142
[WIP]Feature/doctrine support #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
adrienbrault merged 16 commits into Haehnchen:master from Haehnchen:feature/doctrine-support May 4, 2013
Merged
Changes from 1 commit
Commits
Show all changes
16 commits Select commit Hold shift + click to select a range
88be504 doctrine getRepository now knows its entities and supports autocomple…
Haehnchen dd46f64 dont add Repository and abstract entities to doctrine autocomplete
Haehnchen a6fbfe1 repository classes are used as return types for getRepository, if the…
Haehnchen 059b0c1 find and findOneBy returns the entity
Haehnchen 60ed439 get available entitynamespaces directly from compiled container xml f…
Haehnchen 24ed394 Merge branch 'forked_master' into feature/doctrine-support
Haehnchen b42231a use new Symfony2InterfacesUtil, which can check for interface, too. n…
Haehnchen a9f63cc adding support for doctrine findAll and findBy
Haehnchen 8bb6f31 cleaning up Repository calls to use only the interface, revert adding…
Haehnchen 11d3af2 allow entities equals Repository
Haehnchen ca2b58f renaming of doctrine EntityNamesParserTest to reflection file structure
Haehnchen f00493e using xpath to find all setEntityNamespaces calls and allow ObjectMan…
Haehnchen 4117de1 Merge branch 'forked_master' into feature/doctrine-support
Haehnchen dec9b34 using isInstanceOf to check of Repository classes
Haehnchen 0ba8adc Merge branch 'forked_master' into feature/doctrine-support
Haehnchen 846f5f2 using doctrine icons for entity lookups
Haehnchen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
using isInstanceOf to check of Repository classes
- Loading branch information
commit dec9b34f170adb2a305310bdd24f238ec4eaabe4
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replacing
/with\should work, right ?