-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Added more links to screencast videos #10114
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ | |
How to Work with Doctrine Associations / Relations | ||
================================================== | ||
|
||
.. admonition:: Screencast | ||
:class: screencast | ||
|
||
Do you prefer video tutorials? Check out the `Mastering Doctrine Relations`_ | ||
screencast series. | ||
|
||
Suppose that each product in your application belongs to exactly one category. | ||
In this case, you'll need a ``Category`` class, and a way to relate a | ||
``Product`` object to a ``Category`` object. | ||
|
@@ -413,3 +419,4 @@ Doctrine's `Association Mapping Documentation`_. | |
|
||
.. _`Association Mapping Documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/association-mapping.html | ||
.. _`Association Updates`: http://docs.doctrine-project.org/en/latest/reference/unitofwork-associations.html | ||
.. _`Mastering Doctrine Relations`: https://knpuniversity.com/screencast/doctrine-relations | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,11 @@ | |
Forms | ||
===== | ||
|
||
.. admonition:: Screencast | ||
:class: screencast | ||
|
||
Do you prefer video tutorials? Check out the `Symfony Forms screencast series`_. | ||
|
||
Dealing with HTML forms is one of the most common - and challenging - tasks for | ||
a web developer. Symfony integrates a Form component that makes dealing with | ||
forms easy. In this article, you'll build a complex form from the ground up, | ||
|
@@ -699,3 +704,4 @@ Learn more | |
.. _`Symfony Form component`: https://github.com/symfony/form | ||
.. _`DateTime`: https://php.net/manual/en/class.datetime.php | ||
.. _`2.8 UPGRADE Log`: https://github.com/symfony/symfony/blob/2.8/UPGRADE-2.8.md#form | ||
.. _`Symfony Forms screencast series`: https://knpuniversity.com/screencast/symfony-forms | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,11 @@ two-step process: | |
create a Symfony ``Response`` object, which can hold HTML content, a JSON | ||
string or even a binary file like an image or PDF. | ||
|
||
.. seealso:: | ||
.. admonition:: Screencast | ||
:class: screencast | ||
|
||
Do you prefer video tutorials? Check out the `Joyful Development with Symfony`_ | ||
screencast series from KnpUniversity. | ||
screencast series. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should update the URL of this one too :) https://knpuniversity.com/screencast/symfony3 |
||
|
||
.. seealso:: | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,11 @@ | |
Security | ||
======== | ||
|
||
.. admonition:: Screencast | ||
:class: screencast | ||
|
||
Do you prefer video tutorials? Check out the `Symfony Security screencast series`_. | ||
|
||
Symfony's security system is incredibly powerful, but it can also be confusing | ||
to set up. In this article you'll learn how to set up your application's security | ||
step-by-step, from configuring your firewall and how you load users, to denying | ||
|
@@ -1320,3 +1325,4 @@ Other Security Related Topics | |
.. _`frameworkextrabundle documentation`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html | ||
.. _`HWIOAuthBundle`: https://github.com/hwi/HWIOAuthBundle | ||
.. _`Symfony ACL bundle`: https://github.com/symfony/acl-bundle | ||
.. _`Symfony Security screencast series`: https://knpuniversity.com/screencast/symfony-security | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,11 @@ | |
Service Container | ||
================= | ||
|
||
.. admonition:: Screencast | ||
:class: screencast | ||
|
||
Do you prefer video tutorials? Check out the `Symfony Fundamentals screencast series`_. | ||
|
||
Your application is *full* of useful objects: a "Mailer" object might help you | ||
send emails while another object might help you save things to the database. | ||
Almost *everything* that your app "does" is actually done by one of these objects. | ||
|
@@ -1180,3 +1185,4 @@ Learn more | |
.. _`service-oriented architecture`: https://en.wikipedia.org/wiki/Service-oriented_architecture | ||
.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/3.3/app/config/services.yml | ||
.. _`glob pattern`: https://en.wikipedia.org/wiki/Glob_(programming) | ||
.. _`Symfony Fundamentals screencast series`: https://knpuniversity.com/screencast/symfony-fundamentals | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,11 @@ Installing & Setting up the Symfony Framework | |
This article explains how to install Symfony in different ways and how to solve | ||
the most common issues that may appear during the installation process. | ||
|
||
.. seealso:: | ||
.. admonition:: Screencast | ||
:class: screencast | ||
|
||
Do you prefer video tutorials? Check out the `Joyful Development with Symfony`_ | ||
screencast series from KnpUniversity. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And we should update this URL |
||
screencast series. | ||
|
||
Creating Symfony Applications | ||
----------------------------- | ||
|
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.
For Symfony 3: https://knpuniversity.com/screencast/symfony3-doctrine