Anton

Results 257 comments of Anton

@neo22s > we can check this for 4.0 [sarcasm detected]

@toitzi @neo22s https://github.com/toitzi/koseven-rest : wrong style: - dir `controller` - old array calling bad optimization: - private methods - `_format_*` methods need move in adapter-classes - `before`/`after` dont call parent...

@toitzi i use callbacks for this, see `*_format` properties in my version

@toitzi > Asked 7 years, 3 months ago

@toitzi > Can you explain that? i don't understand what you mean. ~~~ $options += [ CURLOPT__FOLLOWLOCATION => $this->_follow, CURLOPT_MAXREDIRS => max(1, $this->_max_callback_depth), ]; ~~~

@toitzi my fail: "ignored" == "not native", redirects by curl work faster

@bizley > How this will work with MSSQL? IIRC ENUM dbType is recognized but enumValues are left empty. mssql don't have enum/set types and they not required in [sql standards](https://modern-sql.com)

@samdark for example, check `composer.json` generated by "Generate extension". By default, all prepended whitespaces are combined.

@rob006 it's too good idea, but we don't have function/method to do this.

@rob006 to > wrap content in `` tag and replace spaces by ` ` need replace only initial tabs\spaces in lines, in any case it's give same result (`white-space: pre;`)