Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Translate to Portuguese#1

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
adell wants to merge14 commits intosymfony:masterfromadell:master
Closed
Show file tree
Hide file tree
Changes from7 commits
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
2b4fc95
updated for PR3
fabpotJun 25, 2010
0a9a1ab
Merge branch 'master' into PR3
fabpotJul 20, 2010
ed07bf1
Merge branch 'master' into PR3
fabpotJul 26, 2010
5bb596a
[DoctrineMongoDBBundle] Updating documentation for recent changes.
jwageJul 23, 2010
bfeb5d9
removed old file
fabpotJul 28, 2010
2c67ad1
Merge branch 'master' into PR3
fabpotJul 29, 2010
ef47cfd
Adicionado a tradução para o quick tour
adellAug 5, 2010
69d2279
Traduzindo o the_architecture.rst
adellAug 5, 2010
686213f
first commit
skippAug 5, 2010
3aaab6f
Merge branch 'master' of http://github.com/skipp/symfony-docs into sk…
adellAug 5, 2010
7d9e98e
Seguindo a tradução do arquivo the_architecture
adellAug 5, 2010
de0b2b7
Resolvendo osconflitos
adellAug 20, 2010
6184344
adicionados novos arquivos e atualizado a tradução do arquivo the_arc…
adellAug 30, 2010
0bfdda0
Terminada a pagina the_architecture.rst
adellAug 31, 2010
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
17 changes: 16 additions & 1 deletionguides/doctrine/configuration.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,8 +4,12 @@ Doctrine Configuration
DBAL Configuration
------------------

<<<<<<< HEAD:guides/doctrine/configuration.rst
.. code-block:: yaml

=======
[yml]
>>>>>>> origin/PR3:guides/en/Doctrine/Configuration.markdown
# config/config.yml
doctrine.dbal:
driver: PDOMySql
Expand DownExpand Up@@ -64,7 +68,18 @@ but you must pass it an argument with the name of the connection you want to get
ORM Configuration
-----------------

<<<<<<< HEAD:guides/doctrine/configuration.rst
.. code-block:: yaml
=======
doctrine.orm:
default_entity_manager: default
cache_driver: apc # array, apc, memcache, xcache
entity_managers:
default:
connection: default
customer:
connection: customer
>>>>>>> origin/PR3:guides/en/Doctrine/Configuration.markdown

doctrine.orm:
default_entity_manager: default
Expand DownExpand Up@@ -150,4 +165,4 @@ or options:
:drop Processes the schema and either drop the database schema of EntityManager Storage Connection or generate the SQL output.
:update Processes the schema and either update the database schema of EntityManager Storage Connection or generate the SQL output.

...
...
4 changes: 4 additions & 0 deletionsguides/testing/recipes.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -96,6 +96,10 @@ to check the number of database calls, the time spent in the framework, ...
But before writing assertions, always check that the profiler is indeed
available (it is enabled by default in the ``test`` environment)::

<<<<<<< HEAD:guides/testing/recipes.rst
=======
[php]
>>>>>>> origin/PR3:guides/en/Testing/Recipes.markdown
if ($profiler = $client->getProfiler()) {
// check the number of requests
$this->assertTrue($profiler['db']->getQueryCount() < 10);
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp