How can i load a model method in view file in cakephp 3

2015-10-14 Thread Zahidur Rahman
Hi Guys, How can i load a model method in view file in cakephp 3. Thanks Zahid -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe fr

Query showing all data

2015-09-30 Thread Zahidur Rahman
Hi, I am fetching a strange problem. When i am using a custom query like the following one $re = $this->Expressinterest->query( "SELECT * FROM expressinterest Where eireceiver = '$matriid' order by id desc limit 0 , 5"); It's taking all the data though here is a condition and limit. Can anyone te

Is it possible to add any date for saving in beforeSave method in app_controller.php

2013-04-28 Thread Zahidur Rahman
Hi Experts, I have almost 23 table in which i have added created_by and modified_by field. Is there any way to save these two field from app_controller.php. I mean i dont want to add those field in eash method where i am saving. I want to do it from app_controller.php. Please let me know it is poss

Re: $session->flash(); issue

2010-06-03 Thread Zahidur Rahman
t;setFlash();? > > Jeremy Burns > jeremybu...@me.com > > > On 3 Jun 2010, at 09:23, Zahidur Rahman wrote: > >> Hi i am still getting Array as output >> >> On 6/3/10, Jeremy Burns wrote: >>> You din't need to do that. Just do $session->flash()

Re: $session->flash(); issue

2010-06-03 Thread Zahidur Rahman
Hi i am still getting Array as output On 6/3/10, Jeremy Burns wrote: > You din't need to do that. Just do $session->flash(); - if there is a > message set, it will display, else it won't. > > Jeremy Burns > jeremybu...@me.com > > > On 3 Jun 2010, at 07:40,

$session->flash(); issue

2010-06-02 Thread Zahidur Rahman
f no message set for this method Would you help pls Thanks Zahidur Rahman Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to

Yahoo Boss Plugin Problem

2010-04-22 Thread Zahidur Rahman
in advance Zahidur Rahman Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegro

Re: Cakephp auth component allow problem

2009-10-22 Thread Zahidur Rahman
ntroller? Will this rule > override the one defined in app_controller.php? > > On Oct 22, 7:34 am, Zahidur Rahman wrote: > > hmm it's working if i use array. I am using version 1.2 > > I hope my query was confusing for u. > > > > say i want to give access for control

Re: Cakephp auth component allow problem

2009-10-21 Thread Zahidur Rahman
to do ?? Thanks for response . Regards zahid On Thu, Oct 22, 2009 at 10:14 AM, 默 wrote: > > Might you not need to use array, just write like blow: > > $this->Auth->allow('register', 'confirm', 'forget', > 'activate','reset', &#x

Cakephp auth component allow problem

2009-10-21 Thread Zahidur Rahman
Hi , How it is possible for me to allow plugins , controllers wise action permission in cakephp auth allow method.. $this->Auth->allow(array('register', 'confirm', 'forget', 'activate','reset', 'login','logout')); Thanks in advance --~--~-~--~~~---~--~~ You recei