Top "Cakephp-3.1" questions

Questions about the 3.1.x branch of the CakePHP MVC framework.

Intervention Image: Save image directly from an url with original file name and ext?

How to get the filename, when taking image from a remote server? And how to save with original size and …

php laravel intervention cakephp-3.1
CakePHP 3: Class 'Configure' Not Found

I just started with CakePHP v3.1.3 yesterday and I'm migrating teeny tiny bits of my CakePHP 2.4.2 site over at a …

cakephp cakephp-3.0 cakephp-3.1
How can I generate a pdf using CakePhp v3.x

I'm using CakePHP v3.x, how can I generate a PDF file? There is the possibility to generate an "only …

cakephp pdf pdf-generation cakephp-3.0 cakephp-3.1
Session destroyed out of nowhere in PHP

I am experiencing issue with a session being destroyed out of nowhere: session_start(): Failed to decode session object. Session …

php session cakephp cakephp-3.1
Subqueries in CakePHP 3?

I have two tables products and product_categories that are associated through a third table, products_categories_products, according to …

cakephp subquery conventions cakephp-3.1 cakephp-3.x