Re: Extending core CakePlugin class in app directory

2015-05-16 Thread Sven Mäurer
If you are using composer you can set a flag to download the source files which you than can edit without showing that you have to submit changes. Am Mittwoch, 13. Mai 2015 10:42:24 UTC+2 schrieb cj ramki: > > Hi guys.. I have a question in cakephp 2.6.4 - plugins. > I have a plan to add some fea

Use Paginator->sort without Paginator in the Controller

2015-05-16 Thread Sven Mäurer
In my controller I am calling a REST API so I just want to use the Paginator for setting query paramters. How can I achieve that nevertheless the sorting direction is toggled when clicking the Paginator->sort link? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http:

Re: Cakephp 3.0

2015-05-16 Thread Md Bayezid Alam
Hi, You can load Model by using $this->loadModel('YourTablenames'); Thanks On Sat, May 16, 2015 at 12:35 PM, Karthik Keyan wrote: > Hi > How to use multiple tables in single controller in *cakephp 3.0 * > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter htt

Cakephp 3.0

2015-05-16 Thread Karthik Keyan
Hi How to use multiple tables in single controller in *cakephp 3.0 * -- 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 from th

Re: After logout browser back button shows all visited page

2015-05-16 Thread Rashid Khan
Thanks. Its Working fine. On Wednesday, June 6, 2012 at 9:55:21 AM UTC+5:30, Chetan Patel wrote: > > Hello Sunil > > I use it in AppController: > > public function beforeRender() { > $this->response->disableCache(); > > } > > Thanks > Chetan Patel > > -- Like Us on FaceBook https://www.