Nazar Kulyk
Results
2
issues of
Nazar Kulyk
kohana-for-worfpress.php: function kohana_the_content_filter($content) add at the start: $myerrorLevel = error_reporting(); add at the end: error_reporting($myerrorLevel); restore_error_handler(); restore_exception_handler(); return $content; } In the feature there should be better way: Kohana::shutdown(); Kohana::cleanup();...
Use float for version number for model, and not a set of boolean values.