Skip to content
Snippets Groups Projects
Commit 5356f66d authored by Maxime Veber's avatar Maxime Veber
Browse files

Review the integration again (drop images)

parent b3af4e59
No related branches found
No related tags found
1 merge request!12More integration
......@@ -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;
}
......
# Ne soyez plus l'esclave de Doctrine
# NE 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">![PhotoDeGregoire](./PARIS-150x150.jpg)</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 />
![PhotoDeMaxime](./MaximeNB.png)
![PhotoDeMaxime](./MaximeNB.png)<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
---
## Les 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&nbsp;3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment