Re: 3.0 using FormHelper inside MyHtmlHelper

2014-12-16 Thread euromark
See that one? https://github.com/cakephp/cakephp/blob/3.0/src/View/Helper/HtmlHelper.php#L39 It's dangerous to overwrite a core helper and remove functionality from it. So you should either not overwrite $helpers, or do it correcty. Meaning, appending to it while not removing anything: publ

Re: 3.0 using FormHelper inside MyHtmlHelper

2014-12-15 Thread José Lorenzo
How does your helper look like? What is on line 323? On Sunday, December 14, 2014 5:32:59 AM UTC+1, Ahmad baiquni habibi wrote: > > hi, I try to do > http://book.cakephp.org/3.0/en/views/helpers.html#including-other-helpers > into MyHtmlHelper, but get error. Please help how to do it properly? >

3.0 using FormHelper inside MyHtmlHelper

2014-12-15 Thread Ahmad baiquni habibi
hi, I try to do http://book.cakephp.org/3.0/en/views/helpers.html#including-other-helpers into MyHtmlHelper, but get error. Please help how to do it properly? here my code: 'edit', $id]; return $this->link($title, $url, $options = array()); } public function hapus($id =