Questions tagged as 'cakephp'

0
answers

Help please with cakephp 1.2, I do not give it solved

to see if someone can help me, because I'm a bit overwhelmed. I have been sent to translate a web in cakephp 1.2 to a more modern server, it is in internet information service 6.0 and I have installed it in an apache in 1and1. Everything works a...
asked by 19.03.2018 / 17:07
1
answer

Problem with insert in cakephp-mysql

Driver code public function fullClient() { // $information = $this->data['Cliente']['informacio']; $client = $this->data['Cliente']['cliente']; //$posicion_coincidencia = strrpos($cadena_de_texto, $cadena_bu...
asked by 27.03.2018 / 00:39
0
answers

jquery-timepicker in Cakephp

Hi, I want to add the cdm in the cakephp jquery-timepicker but I do not know how, the css yes, and the js I know what the script is but the .map as I would call it in the default? Well, my idea for using the time-piker is that I need...
asked by 22.03.2018 / 23:35
0
answers

Error loading cakephp 3 project on IIS server does not show styles

What happens is that I develop a project in cakephp 3 and in localhost it runs excellent without faults but when wanting to upload it to an IIS server it does not show me my styles (css) the whole project shows it to me without css and I made th...
asked by 09.03.2018 / 16:36
1
answer

Error sending post to controller cakephp 3

I collect the form data to save them in a localStorage variable function recuperaDatos(){ var elForm = document.querySelector("#form1"), //O simplemente 'form1' valores = []; //Array en el que se guardarán los valores...
asked by 19.01.2018 / 02:49
1
answer

How to send cake php form by Ajax?

I would like to know how I can send a form via ajax to the controller of my view cabemensionar that I use cakephp: Vista <div class="usuarios form large-9 medium-8 columns content"> <?= $this->Form->create() ?> &...
asked by 12.01.2018 / 01:25
1
answer

Pagination with Stored Procedure and Cakephp 3

I have a function in which I set up my records with a Store Procedure and I want to do a paging, of course in this case I can not use the predefined function of CakePHP here my code: public function index() { $id_user = $this->Auth->user...
asked by 01.12.2017 / 00:09
2
answers

Cake PHP 3.5 Conventions

I would like to know if there is a possibility to create a driver in cakePHP 3.5.x that can use a table that is not associated with its name, for example if I want to follow its conventions I create a plural table of students "studens" so that t...
asked by 10.11.2017 / 22:25
1
answer

Background image in CakePhp 3

Good! I have a little problem, I do not understand why it happens! The issue is that each user of my system can select his wallpaper, for this I do this: 1) in Layout / default.ctp - > background: url('<?php echo "../img/fondos/".$...
asked by 04.11.2017 / 21:29
1
answer

Variable permanently available in controller Cakephp3

I want to have a variable that is filled with a query that is available for all views of my controller in cake php $number = $this ->Mesas->find('all') ->where(['user_id =' => $this->Auth->user('id')])...
asked by 01.11.2017 / 01:04