Archivo de la etiqueta: cakephp
Cakephp regarding Security Component and CSRF protection
There seems to be a problem with Security component when enabled, I cannot get my AJAX to work on the same controller where it is enabled!
I’m getting below error:
The Request has Been Blackholed
…
¿Hay una manera de Sigue leyendo
CakePHP Model Query Return Data Formating
I’m looking for a way to make it so cake returns all database data in the same format/structure… Currently it returns two different types of format depending on the relationship.
If a model ‘B’ is associated with the current model… Sigue leyendo
How to access mail from gmail
I was using imap functions in my app to access gmail. Unforunately I have not been able to use imap any more. Estoy usando PHP. Is there any alternative way like (api..) to access gmail.
I appreciate any help.… Sigue leyendo
CakePHP doesn't load function properly
I have an installation of CakePHP 1.2 and I am unable to access functions within my controller. I can access the controller and if I put a die in the constructor it dies, but if I try to load a… Sigue leyendo
CakePHP: Redirigir todos los 404 los errores en la página de inicio?
¿Hay alguna forma o una función dentro de un controlador que dice que si un 404 el error fue provocado? Me gustaría que todos para redirigir a la página de inicio en lugar de ver una 404 página.
Gracias!… Sigue leyendo
PHP Getting imap open to work
I just moved my app to the cloud hosting. I was using imap_open to access mails in my gmail account. It worked fine.
$hostname = '{imap.gmail.com:993/imap/ssl}INBOX';
$username = '...@gmail.com';
$password = '****';
$inbox = imap_open($hostname,$username,$password) or die('Cannot connect to Gmail: …
¿Cómo presentar dynatree en el desplegable en cakephp 1.3 usando ajax [cerrado]
i am trying to show dynatree and its nodes in dropdown, i am trying to use ajax for this and framework is cakephp 1.3, can anyody help me to fix it any tips or code.
gracias… Sigue leyendo
Import ExcelSheet into MySql with PHP
I have a problem with my project. i want to import Excel sheet directly into mysql database for PHP language without any conversion of Excel sheet into another format. i am very fed about this from last two weeks. Así… Sigue leyendo
CakePHP – Llame a la función del modelo de otra función dentro del mismo modelo
I’ve got a CakePHP model with a few functions in it working well. Now I’m trying to write a new function that uses a few of the functions I’ve already written. Seems like it should be easy but I can’t… Sigue leyendo
Básico: Los datos de CakePHP no se salvan ni la validación de trabajo?
Lo que me gustaría saber es una pregunta de dos partes.
¿Por qué no la validación hacer nada, y por qué no va a publicar los datos de la base de datos?
QuestionsController.php
public function index() {
$this->set('questions', $this->Question->find('all'));
}
public function view($id = null) …





