Questions tagged as 'cakephp'

1
answer

Using JQuery DataTable with CakePHP?

I'm trying to use JQuery's DataTable server-side with CakePHP but I'm not getting it. I'm looking for some example for this but I have not found it yet. When executing the JQuery of DataTable it returns an error: Uncaught TypeError: Cannot re...
asked by 11.10.2015 / 09:27
1
answer

Is using PDO the safest way to connect to a DB with PHP?

I am a beginner in PHP and would like to know if PDO (PHP Data Objects) is the safest way to connect to a database? I also need an example of how to make this connection and insert / select data.     
asked by 09.06.2015 / 15:26
0
answers

jquery combobox with cakephp 2x

With the code similar to what jquery ui offers, I'm testing this combobox in my cakephp, the problem is that in no way does it show the set to enable the dropdown menu, already download jquery ui with the images folder, and it still did not work...
asked by 24.11.2015 / 17:17
0
answers

phpThumb () with CakePHP + error

Opá, I'm having trouble uploading the images where they pass through the phpThumb () function, returning the error as per the image. Cananyonegivemeahelp?Locationisworking...ServerwithPHPVersion5.4.*SupportforImageMagickandGD(Required)Permis...
asked by 11.12.2015 / 14:56
0
answers

failed to perform update in CakePHP

I'm trying to edit a record in CakePHP 3 and instead of editing it, it's inserting a new record. StatisticsController.php public function editar($ID){ $estatisticasTable = TableRegistry::get('Estatisticas'); $estatistica = $estatistic...
asked by 11.09.2015 / 15:34
1
answer

Edit formatting of parameters passed by the CakePHP URL 3

I have a single field form, a input type="text" , when the form is submitted to URL it looks like this:    http://localhost:8765/products/search?search=notebook I would like it to look like this when you submit the form:...
asked by 03.08.2015 / 22:39
1
answer

I can not update a field in CakePHP with $ this-Model-saveField ()

I can not update a particular field in CakePHP. When you run $this->OrdemServico->saveField() , it simply does not execute. Code: class OrdemServico extends AppModel { public $name = "OrdemServico"; public $useTable...
asked by 03.08.2015 / 21:56
1
answer

Is using PDO the safest way to connect to a DB with PHP?

I am a beginner in PHP and would like to know if PDO (PHP Data Objects) is the safest way to connect to a database? I also need an example of how to make this connection and insert / select data.     
asked by 09.06.2015 / 15:26
0
answers

CakePdf for CakePHP 3.x, DOUBT!

I'm using CakePdf, pro cake 3.x Follow the link: link I'm having problems, because I did it according to my own .. and when I type .pdf .. it's the same way. Ex: link In short, there is no error, it is not in the pdf format, it i...
asked by 15.07.2015 / 07:40
0
answers

Foreach inside if Cakephp

I have a table A that stores an item, and in this table, I have a related table B that can have multiple items added to an item in table A. Follow if code: if ($this->ClientePagamento->save($valor_pagar)) { $this->Sessi...
asked by 06.07.2015 / 17:10