Question : I’m creating a simple CMS in CakePHP, in order to learn how to use framework. Within my CMS, […]
Tag: cakephp
How to make a slug pagination in Cakephp?
Question : Cakephp by default generates a pagination with indexes, for example: noticias/listar/page:2 I would like to paginate this way: […]
How to release a sub-directory protected with .htaccess?
Question : I have .htaccess in my test environment developed in CakePHP and the .htaccess has authentication so that not […]
How to make the homepage of a website using CakePHP 3.0
Question : How should a site’s home page be made using the CakePHP 3.0 Framework (3.0.3)? This page has dynamic […]
Cake Database Driver Mysql database driver can not be used due to missing PHP extension
Question : I’m having problems with CakePHP bake, I searched for solutions in several places but none solved the problem. […]
Open images on the same page with Fancybox in CakePHP Impossible
Question : I’m trying to make a gallery, which consists of a list of thumbnails, that clicking on the items […]
Configure CakePHP to send emails through gmail
Question : I’m trying to set up cakephp to send emails via < I have already done some research and […]
Horizontal scrollbar in sublime text3, how to activate?
Question : I use Sublime text 3 in my projects in cakePHP. By default the html files in the cake […]
CakePHP constants are not recognized when accessing file in webroot
Question : I was testing a simple upload system in my cakephp, for that, I referenced the imgs folder by […]
CakePHP loses SESSION after a redirect
Question : I’m doing an integration with Facebook Login. When the user clicks to log in using Facebook and accepts […]