cakephp-3.1 Questions
3
Solved
How to get the filename, when taking image from a remote server? And how to save with original size and filename?
// Take remote image
$img = Image::make('http://image.info/demo.jpg');
// how to sa...
Reflectance asked 28/9, 2015 at 17:26
4
I am experiencing issue with a session being destroyed out of nowhere:
session_start(): Failed to decode session object. Session has been destroyed.
Kind of impossible to replicate the issue sinc...
Mudskipper asked 22/1, 2016 at 10:50
3
Solved
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 time. Mostly just trying to get an understanding of the changes. I'm having an issu...
Paramedic asked 30/10, 2015 at 19:22
1
Solved
Cakephp 3 create a radio container with label -> input like that
<div class="radio">
<label class="radio-acces-checked" for="condition-access-1">
<input id="condition-access-1" ty...
Fudge asked 11/1, 2016 at 20:37
1
Solved
Multiple questions about validation which may belong together, because they are all kind of adressing the new validation concept in CakePHP 3.
I have read the chapters (1, 2, 3) in the cookbook mu...
Ghetto asked 27/6, 2015 at 10:55
1
© 2022 - 2024 — McMap. All rights reserved.