Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
749948bc
Commit
749948bc
authored
Aug 10, 2012
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
fix conflicts.
parents
7dae4827
b5e81cb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
input.md
laravel/documentation/input.md
+2
-2
html.md
laravel/documentation/views/html.md
+1
-1
No files found.
laravel/documentation/input.md
View file @
749948bc
...
...
@@ -145,10 +145,10 @@ Sometimes you may wish to merge or replace the current input. Here's how:
#### Replacing the entire input array with new data:
Input::
merg
e(array('doctor' => 'Bones', 'captain' => 'Kirk'));
Input::
replac
e(array('doctor' => 'Bones', 'captain' => 'Kirk'));
## Clearing Input
To clear all input data for the current request,
using the
`clear()`
method, for example
:
To clear all input data for the current request,
you may use the
`clear`
method
:
Input::clear();
\ No newline at end of file
laravel/documentation/views/html.md
View file @
749948bc
...
...
@@ -85,7 +85,7 @@ For example, the < symbol should be converted to its entity representation. Conv
### Generating a link to a controller action with wildcard values:
echo HTML::link_to_action('user@profile', array($username));
echo HTML::link_to_action('user@profile',
'User Profile',
array($username));
<a
name=
"mail-to-links"
></a>
## Mail-To Links
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment