Questions tagged as 'cakephp'

0
answers

Error Plugin CakePdf

I am using the plugin CakePdf (to generate PDF) within a CentOS 7 server and for this and installed the program Wkhtmltopdf , but when I try to download some PDF from the application I get this error:    WKHTMLTOPDF did not return...
asked by 19.12.2016 / 19:15
1
answer

Retrieve result of a query in cakephp3

Hello everyone, as you will see, I have the following query in cakephp $query = $this->PreguntasAlternativas->find(); $query->select(['id_alternativa' => $query->func()->max('id_alternativa') ])->where(['id...
asked by 13.08.2016 / 19:54
1
answer

Save Various Id in related table Cakephp3

Hello everyone, as you will see I have the following model with the tables Advertisements and AdvertisementsPictures here your models class AdvertisementsTable extends Table{ public function initialize(array $config) { parent::initialize($...
asked by 16.08.2016 / 19:11