If i do a {{ text_field("user") }}
, I've no problems. But, if I do a {{ text_field("user", "class" : "form-control") }}
, apache2 just crashes, throwing me PHP Parse error: syntax error, unexpected "=>" (T_DOUBLE_ARROW) in...
What?
If i do a {{ text_field("user") }}
, I've no problems. But, if I do a {{ text_field("user", "class" : "form-control") }}
, apache2 just crashes, throwing me PHP Parse error: syntax error, unexpected "=>" (T_DOUBLE_ARROW) in...
What?