Browse
For agents
About
FakerPress
/
0.8.0
FakerPress
v0.8.0
Switch version
0.9.2
trunk
0.1.0
0.1.1
0.1.2
0.1.3
0.5.2
0.5.3
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.7.0
0.7.1
0.7.2
0.8.0
0.9.0
0.9.1
Overview
Code
fakerpress
/
src
/
templates
/
fields
/
raw.php
raw.php
in FakerPress 0.8.0, at src/templates/fields/raw.php
7 lines
218 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
$
this
->
render
(
'
components/container/start
'
)
;
?
>
2
<
td
class
=
"
fakerpress-fields-row-full-width
"
colspan
=
"
100%
"
>
3
<
?
php
echo
$
field
->
get_raw_html
(
)
;
?
>
4
<
/
td
>
5
<
?
php
$
this
->
render
(
'
components/container/end
'
)
;
?
>
6
7