Braghim Sistemas
Braghim Sistemas
The code below works just because there's some different white spaces, ignoring php variables ```php $this->select('...') ->columns(array( "(IF(($curti), 1, 0))" => 'curti', "(IF(($comentei), 1, 0))" => 'comentei', )) ...; ```
We have made some implementations on the Routes to accept routes with REGEX. So the documentation have to be updated.
É possível comprimir o conteúdo que será lançado para o navegador, para isso vamos avaliar as opções do PHP a baixo. [ob_gzhandler](http://php.net/manual/pt_BR/function.ob-gzhandler.php) ``` php ob_start("ob_gzhandler"); // echo HTML ob_end_flush(); ```...