Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ne-soyez-plus-l-esclave-de-doctrine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Greg0ire
ne-soyez-plus-l-esclave-de-doctrine
Commits
5356f66d
Commit
5356f66d
authored
7 years ago
by
Maxime Veber
Browse files
Options
Downloads
Patches
Plain Diff
Review the integration again (drop images)
parent
b3af4e59
No related branches found
No related tags found
1 merge request
!12
More integration
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hello.css
+13
-0
13 additions, 0 deletions
hello.css
index.md
+19
-18
19 additions, 18 deletions
index.md
with
32 additions
and
18 deletions
hello.css
+
13
−
0
View file @
5356f66d
...
...
@@ -72,6 +72,19 @@ code {
height
:
150px
;
}
#hello
{
line-height
:
1.1
;
}
#hello
img
{
border-radius
:
50%
!important
;
-webkit-box-shadow
:
1px
1px
2px
0px
rgba
(
0
,
0
,
0
,
0.51
);
-moz-box-shadow
:
1px
1px
2px
0px
rgba
(
0
,
0
,
0
,
0.51
);
box-shadow
:
1px
1px
2px
0px
rgba
(
0
,
0
,
0
,
0.51
);
}
#hello
.job
{
font-size
:
0.7em
;
}
#universcine
,
#manomano
{
display
:
inline-block
;
}
...
...
This diff is collapsed.
Click to expand it.
index.md
+
19
−
18
View file @
5356f66d
# N
e soyez plus l'esclave de Doctrine
# N
E SOYEZ PLUS L'ESCLAVE DE DOCTRINE
---
<!-- .slide: id="hello" -->
## Hello!
<div
style=
"width: 50%; float: left;"
>
Grégoire Paris
<br
/>
Software Engineer
<br
/>
<span
id=
"gregoire"
>

</span><br
/>
<div
id=
"gregoire_company"
>
<div
id=
"universcine"
>
!
[
LogoUniversCine
](
./universcine_light.svg
)
</div>
<div
id=
"universcine"
>
➡
</div>
<div
id=
"manomano"
>
!
[
LogoManomano
](
./Logo_MAnoMano_HD.svg
)
</div>
</div>
**Grégoire PARIS**
<br
/>
<span
class=
"job"
>
Software Engineer
<br
/>
Universciné → ManoMano
<br
/>
</span>
</div>
<div
style=
"width: 50%; float: right;"
id=
"maxime"
>
Maxime Veber
<br
/>
Backend developer
<br
/>


<br
/>
**Maxime VEBER**
<br
/>
<span
class=
"job"
>
Backend Developer
<br
/>
Agence BiiG
</span>
</div>
---
...
...
@@ -36,6 +34,7 @@ Backend developer<br />
Notes: Juste pour dire que nous n'avons rien à voir avec la team de Doctrine et qu'il faut les remercier.
---
<!-- .slide: class="lot_of_code" -->
## Vous avez dit entité ?
```
php
...
...
@@ -364,10 +363,12 @@ class ArticleRepository extends ServiceEntityRepository
✔ Enregistrement en tant que service simple
---
## L
es repositories
## L
'interface ServiceEntityRepositoryInterface
```
php
final
class
DoctrineArticleRepository
implements
ArticleRepositoryInterface
,
ServiceEntityRepositoryInterface
final
class
DoctrineArticleRepository
implements
ArticleRepositoryInterface
,
ServiceEntityRepositoryInterface
{
private
$entityManager
;
...
...
@@ -625,7 +626,7 @@ doctrine:
```
---
# What's next
# What's next
?
---
# Support de MariaDB dans Doctrine 3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment