Questions tagged as 'cakephp'

1
answer

Undefined property: Cake \ ORM \ Query

I have a question related to this other question I raised and in the end I found the solution: Relationship between tables (hasOne) When I want to do the same but only show a record according to the id that happens to the function, it re...
asked by 28.06.2018 / 18:00
0
answers

Doubt about views and controllers in cakephp

If I have 2 views, for example, greenhouses and greenhouses and the query to the database is exactly the same, do I have to create the same function twice for each one? for example public function casasamarillas() { $casasamarillas = Table...
asked by 29.06.2018 / 12:32
0
answers

Choose download location in phpExcel

I'm using this library link And everything works very well except for two things, ps when downloading the download in the project folder which when uploading to production fails ps does not lower anything, I guess for the permissions....
asked by 09.07.2018 / 18:11
0
answers

Error loading toastr.min.css

I have a problem with a library, it is a css, I have two layouts, in the client session it works perfect but in the administrator session it does not work for me, here I paste the codes, and the error that comes out: Admin: <?php $cakeD...
asked by 21.06.2018 / 22:16
0
answers

Architecture site with cakephp

I am creating a project and they asked me for the architecture of the site, I built it in the following way but I do not know if it is the correct one.     
asked by 15.05.2018 / 23:03
1
answer

Put one element above another in html with css

I have two attributes in the html, but I have one over the other and I want the one that fits me over the other. I already show you the photo This should be This is how Code Default.ctp (Menu) <div class="menuPrincipal"...
asked by 19.04.2018 / 23:07
0
answers

Insert in bd with cakephp

Each time I reload the page, it re-inserts the data, but when updating the page, the input left me with the information that had been entered, so I had to clean the input with js when loading the page. $(document).ready(function () { $("....
asked by 09.04.2018 / 23:51
0
answers

Icons in select

I followed an example of cpen or something like that, I do not remember what the page is called and my page does not show the images I need. This is the example: https://codepen.io/brapastor/pen/BWyomB these are the codes: home.ctp...
asked by 07.04.2018 / 01:11
1
answer

Problem with find in cake php

I have to make a query to a database and just to test if you ask me what I'm doing are some tests but it does not work for me Customer Model      /* * To change this license header, choose License Headers in Project Properties. * To cha...
asked by 26.03.2018 / 16:56
2
answers

Style for the div that contains a button with style

Well the problem I have is that the submit is very low, as you can see in the photos, and what I want is to be below the "Previous" Css /* To change this license header, choose License Headers in Project Properties. To change th...
asked by 23.03.2018 / 20:57