Author: forresst
Date: 2010-03-03 13:07:19 +0100 (Wed, 03 Mar 2010)
New Revision: 28361
Modified:
doc/branches/1.4/jobeet/en/11.markdown
doc/branches/1.4/jobeet/en/12.markdown
Log:
[doc][1.4] update doc jobeet : layout, number line
Modified: doc/branches/1.4/jobeet/en/11.markdown
===================================================================
--- doc/branches/1.4/jobeet/en/11.markdown 2010-03-03 10:45:53 UTC (rev
28360)
+++ doc/branches/1.4/jobeet/en/11.markdown 2010-03-03 12:07:19 UTC (rev
28361)
@@ -1,8 +1,12 @@
Day 11: Testing your Forms
==========================
-In chapter 10, we created our first form with symfony. People are now able to
post a new job on Jobeet but we ran out of time before we could add some tests.
That's what we will do along this chapter. Along the way, we will also learn
more about the form framework.
+In chapter 10, we created our first form with symfony. People are now able to
+post a new job on Jobeet but we ran out of time before we could add some tests.
+That's what we will do along this chapter. Along the way, we will also learn
more
+about the form framework.
+
>**SIDEBAR**
>Using the Form Framework without symfony
>
@@ -668,7 +672,8 @@
### ~XSS~ and ~CSRF~ Protection
-During chapter 1, you learned the `generate:app` task created a secured
application by default.
+During chapter 1, you learned the `generate:app` task created a secured
+application by default.
First, it enabled the protection against XSS. It means that all variables used
in templates are escaped by default. If you try to submit a job description
@@ -804,13 +809,18 @@
Final Thoughts
--------------
-Testing is at the heart of the symfony philosophy and tools. In this chapter,
we have learned again how to leverage symfony tools to make the development
process
+Testing is at the heart of the symfony philosophy and tools. In this chapter,
+we have learned again how to leverage symfony tools to make the development
process
easier, faster, and more important, safer.
The symfony form framework provides much more than just widgets and
validators: it gives you a simple way to test your forms and ensure that your
forms are secure by default.
-Our tour of great symfony features do not end today. In the next chapter, we
will create the backend application for Jobeet. Creating a backend interface is
a must for most web projects, and Jobeet is no different. But how will we be
able to develop such an interface in just one hour? Simple, we will use the
symfony admin generator framework.
+Our tour of great symfony features do not end today. In the next chapter, we
+will create the backend application for Jobeet. Creating a backend interface is
+a must for most web projects, and Jobeet is no different. But how will we be
+able to develop such an interface in just one hour? Simple, we will use the
+symfony admin generator framework.
__ORM__
\ No newline at end of file
Modified: doc/branches/1.4/jobeet/en/12.markdown
===================================================================
--- doc/branches/1.4/jobeet/en/12.markdown 2010-03-03 10:45:53 UTC (rev
28360)
+++ doc/branches/1.4/jobeet/en/12.markdown 2010-03-03 12:07:19 UTC (rev
28361)
@@ -5,7 +5,8 @@
fully useable by job seekers and job posters. It's time to talk a bit about
the backend application.
-In this chapter, thanks to the ~admin generator|Admin Generator~ functionality
of symfony, we will develop a complete backend interface for Jobeet in just one
+In this chapter, thanks to the ~admin generator|Admin Generator~ functionality
of
+symfony, we will develop a complete backend interface for Jobeet in just one
hour.
Backend Creation
@@ -689,10 +690,12 @@
}
<propel>
-We have reused the `JobeetJobPeer::cleanup()` method defined in the previous
chapter. That's another great example of the reusability provided by the MVC
pattern.
+We have reused the `JobeetJobPeer::cleanup()` method defined in the previous
chapter.
+That's another great example of the reusability provided by the MVC pattern.
</propel>
<doctrine>
-We have reused the `JobeetJobTable::cleanup()` method defined in the previous
chapter. That's another great example of the reusability provided by the MVC
pattern.
+We have reused the `JobeetJobTable::cleanup()` method defined in the previous
chapter.
+That's another great example of the reusability provided by the MVC pattern.
</doctrine>
>**NOTE**
@@ -1212,6 +1215,8 @@
Jobeet project. And all in all, we have written less than 50 lines of PHP
code. Not too bad for so many features!
-In the following chapter, we will see how to secure the backend application
with a username and a password. This will also be the occasion to talk about
the symfony user class.
+In the following chapter, we will see how to secure the backend application
+with a username and a password. This will also be the occasion to talk about
+the symfony user class.
__ORM__
\ No newline at end of file
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.