Andrea Belvedere

Results 2 issues of Andrea Belvedere

It seems impossible to create a bootstrap form with floating labels as shown below because: 1. when using the `bootstrap_field` tag only, the label is rendered before the input tag,...

Following yaf_response methods are missing implementation in yaf_response_http: ``` c /** {{{ proto public Yaf_Response_Abstract::setHeader($name, $value, $replace = 0) */ PHP_METHOD(yaf_response, setHeader) { RETURN_FALSE; } /* }}} */ /** {{{...