8000 Added mentions to some popular (and useful) Symfony bundles by javiereguiluz · Pull Request #5373 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added mentions to some popular (and useful) Symfony bundles #5373

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
merged 4 commits into from
Jun 19, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed typos
  • Loading branch information
javiereguiluz committed Jun 9, 2015
commit 73704338d0f844ed89db8a1f6e19639ea038d023
2 changes: 1 addition & 1 deletion cookbook/doctrine/file_uploads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ How to Handle File Uploads with Doctrine
Instead of handling file uploading yourself, you may consider using the
`VichUploaderBundle`_ community bundle. This bundle provides all the common
operations (such as file renaming, saving and deleting) and it's tightly
integratd with Doctrine ORm, ODM, PHPCR ODM and Propel.
integrated with Doctrine ORM, MongoDB ODM, PHPCR ODM and Propel.

Handling file uploads with Doctrine entities is no different than handling
any other file upload. In other words, you're free to move the file in your
Expand Down
0