I want to add custom query feature to my blog app that is written in cakephp 3. The idea is to allow front-end developers to create their own themes and to write custom queries (suppose they know
When you are passing a variable from controller to view, you use the set function, but..Compare$this->set('var', $var);to the following$this->set(compact('var'));Which one is better?
I need CakePHP 3 to access user login status (is logged in or not) in view .ctp file. I'm unable to use AuthComponent or SessionComponent to retrieve user status. I wonder if there is a SessionHelp th
Hi Aero Coding:I have a project written in CakePHP 2 that provides pdf storage and sharing service to end users. The pdf name of download links are same as is the hash name in s3, and pdf file name wa
I use CakePHP's form helper to generate <form></form> columns, but I didn't see a helper that is able to create dropdown list. I use foreach to list all possible options..<!-- in view /
I want to read domain's settings (usually hostname) from app.php config file in DomainHelper. How to read a value from cakephp's config file? I need to get config settings to build up urls for publish