id of the current user

2016-02-07 Thread Vishwadeep Kapoor
Is there any way to get the value of the current login user in cake php, i have search for this every where at stackoverflow they are using *$uid = $this->Auth->user('id'); but my application is giving fatal error to this "user" * any help?? -- Like Us on FaceBook https://www.facebook.com/Cak

Sorting paginated data by string length in cakephp 3.x

2016-02-07 Thread jakubplus
Hi, I'd like to use Paginator sorting function, but for sorting by string length like mysql LENGTH(title) $this->Paginator->sort('title') How to do that in cakephp 3? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this

Re: CakePHP 3 - Catch invalidargument email -> to exception

2016-02-07 Thread Artur Mamedov
Have the same problem with Carbon::createFromFormat() try { $this->app_from = $date->createFromFormat('Y-m-d', $this->request->cookie('app_from'));//$date->subDays(7);//date('Y-m-d', strtotime("-7 days")); $this->app_to = $date->createFromFormat('Y-m-d', $this->request->cookie('app_to'));

CakePHP 3.x - Table display name

2016-02-07 Thread Colin Conway
Hi, I know this must be really easy, but I've Googled it to death and found nothing. The documentation doesn't appear to have anything about it either. I'm learning CakePHP, using 3.x and I just want to change the name that is displayed for a database table. The table is called 'stats_branch_da

Anyone have done cakephp 3.x integration with angularjs 1.4.x, please help for the setup and directory structure

2016-02-07 Thread Ashish Raj
I have to implement angularjs 1.4.x with cakephp 3.x for a fully customise shopping cart. I am totally new in cakephp 3.x (studying from last one week ) and angularjs 1.4.x I am thinking what should be the directory structure for merging cakephp 3.x to angularjs 1.4.x for a shopping website, pl

CAKE PHP TUTORIAL FOR BEGINNERS

2016-02-07 Thread priyatam saha
Dear sir, I am a new commer to cakephp.I have download and installed cakephp.Now I create a app from somee tutorials.But dont know how to start and from where to start. Thats why I am requesting to you to help me in this field. Thank You. -- Like Us on FaceBook https://www.facebook.com/Ca