cakephp-2.3 Questions
2
I want to test my webhook functionality with different notifications. Right now I am able to test it only for canceling subscriptions (by cancelling the subscription from the backend of braintree)....
Burdelle asked 9/1, 2015 at 10:41
4
Solved
I use PhpStorm 6.0.2 and CakePHP 2.3.
In my controller file I define this and get autocomplete for my custom components:
/**
* @property MysuperComponent $Mysuper
*/
Regarding to this, in my ...
Peignoir asked 3/6, 2013 at 20:19
3
I want to delete all dependent rable record
My association
Branch Model
var $hasMany =array(
'Dealbranch' => array(
'className' => 'Dealbranch',
'foreignKey' => 'DLB_BR_ID',
'depen...
Nagpur asked 5/9, 2013 at 11:11
5
Solved
For CakePHP 2.3.8 How can I call Another Controller function in CronController.php
Any ideas?
Hoffmann asked 13/10, 2013 at 12:5
2
Solved
I have two radio buttons. When I click into one of them to change the form fields, the captcha version 1 does not show anymore.
So, I have to click the refresh button to generate a new captcha im...
Nonappearance asked 24/6, 2016 at 19:51
4
Solved
I'm new in cakephp and i'm trying to create a simple file upload with cakephp 2.3 here is my controller
public function add() {
if ($this->request->is('post')) {
$this->Post->create(...
Dorri asked 28/4, 2013 at 11:5
2
Solved
I have a problem saving spatial data in CakePHP with saveAll(). I really dont want to write the query manually (Handling spatial data in CakePHP) because there are number of models being saved.
Als...
Dentil asked 20/5, 2013 at 10:35
5
We are familiar with Components and Helpers in CakePHP.
I have an ABC Component and XYZ helper and both have same function (around 2000 lines total 4000 lines).
there is any way to use same functi...
Sweeps asked 17/6, 2014 at 10:27
5
Solved
I have two tables with field username in both. How i can specify field name for both local and foreign table?
I want CakePHP will do something like
ON (`T1`.`username` = `T2`.`username`)`
in r...
Actinomycete asked 11/11, 2013 at 16:20
5
Solved
When I try to login, the request gets blackholed by teh Security component. How can I make it work right?
I have a simple login form
<div class="container container-login">
<h2><...
Kktp asked 29/3, 2013 at 13:48
4
Solved
The Cookbook introduces for version 2.3 the possibility to deactivate the forced valiadation for forms. Or at least I understood it like that:
Quote: from http://book.cakephp.org/2.0/en/core-librar...
Teufert asked 19/3, 2013 at 16:36
1
Solved
cakephp 2.3
I'm uploading an image and I have an error saying that:
Can not determine the mimetype.
Error: An Internal Error Has Occurred.
On my Model this is a part of my $validation
'file_n...
Joggle asked 25/12, 2013 at 7:18
0
When I try to send a large amount of data from a CakePHP (v2.3.3) form, the $this->request->data array contains only some of the data (approximately the first 1000 values).
Does CakePHP truncate t...
Donica asked 15/1, 2014 at 18:28
1
Solved
Can Someone please Explain this two line used in CakePHP layout.ctp file. It seems both line used for adding css .Then what is the difference ? How they works.
$this->Html->css('cake.generi...
Antrim asked 19/12, 2013 at 8:45
2
Solved
I have a CakePHP 2.x site I'm working on which performs as intended locally. Login works, session flash messages work, etc. When I push the code to my staging/prod server it's breaking.
Logins no ...
Bearer asked 6/3, 2013 at 20:24
1
Solved
in my Layouts default.ctp I have
<!--nocache-->
<?php echo $this->Html->getCrumbs(' / ', 'Home'); ?>
<!--/nocache-->
Inside a view called rules.cpt I have
<!--nocach...
Giguere asked 11/2, 2013 at 23:52
2
Solved
I've read through the documentation and struggled to understand what to do. Also, I've read through the questions here on stackoverflow, and nothing that I tried helped.
I've got a drop down that ...
Dualpurpose asked 31/1, 2013 at 16:44
1
© 2022 - 2024 — McMap. All rights reserved.