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
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
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'));
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
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
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