CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. It uses commonly known design patterns like MVC and ORM within the convention over configuration paradigm.

learn more… | top users | synonyms (1)

0
votes
2answers
49 views

Error setting up Blowfish authentication in Cakephp

I'm trying to get my application to use Blowfish for authentication. This is what I have set up so far. In my AppController: public $components = array( 'Session', 'Auth' => array( ...
0
votes
1answer
31 views

CakePHP: Global Redirect

In some parts of the application, a user can do some bad things by changing a URL. For example, let's say they'd change the request for an edit. http://website.com/edit/4000 But they do not own post ...
0
votes
0answers
41 views

Auth violation while using a CakePHP plugin model inside a different plugin's controller

I am using a UsersController and trying to access a method on that model in another plugins controller: if ($this->User->save($this->request->data)) { ...
0
votes
2answers
41 views

2 forms in cakephp are sumbitting simultaneously

I have an default layout (default.ctp) with an header. In this header is an searchform wich is displayed on each page with the following code: echo $this->Form->create('null', array('url' => ...
0
votes
1answer
23 views

Issue with FormHelper Select Boxes

I have the following tables articles (Article model) - id - topic_id articles_topics (ArticleTopic model) - id When I am in the ArticlesController add() I successfully generate a select list of ...
0
votes
0answers
27 views

CakePHP 2.3 with SqlServer on debian squeeze

I'm confused about all the requirements to get cakephp 2.x to talk to MSSQL (2k8R2). I'm running debian squeeze and installed php5-sybase. I'd be using this as a second datasource defined as ...
0
votes
1answer
36 views

cakePHP 2 forms in the same view not working

I have a cakePHP application and I would like to have my login and signup forms to be in the same page I followed this tutorial : ...
0
votes
3answers
42 views

How to skip before filter in cakephp when doing ajax call

I am trying to call a function in my application using ajax. The problem is that I don't want the function to call in the beforeFilter function of cakephp. $.ajax({ dataType: 'json', url: ...
0
votes
3answers
23 views

How to updateAll using cakephp

I am trying to do an updateAll as follows: // initialize the array $array = array( "Land Rover" => array("LAND ROVER") ); // loop both arrays foreach($array as $new => $aOld) { ...
-1
votes
0answers
20 views

Why CakeOTP doesn't ask me for OTP

I tried the demo here http://spacebug.com/cakeotp/demo/ After registering, it keeps logging me without asking me the otp even in chrome stealth mode.
0
votes
1answer
41 views

Dynamic locale name in multi-language site

I am developing an application in cakephp 2.3.4, Which is multi-language. Admin can add any number of new languages. My question is, When admin decides to add a new language, how resulting locale ...
1
vote
1answer
39 views

CakePHP customize Router URL order

I'm using CakePHP to one of my project. When I was designing the URL, I know CakePHP does well when I use $this->Html->Link('Add Post', array('controller'=>'posts', 'action'=>'edit', ...
0
votes
2answers
39 views

how to change auth username after user profile edit in cakephp

i have a situation where i need to allow current logged in user to change his username in cakephp. when i update the username in database it doesn't reflect in $this->Auth->user('username') ...
0
votes
1answer
25 views

CakePHP: syntax error, unexpected T_LIST, expecting T_STRING

my cakephp app throws me that error,on that line: class List extends AppModel { and i cannot understand why. the whole List.php model file is: <?php App::uses('AuthComponent', ...
0
votes
0answers
53 views

Javascript on our site only works on a single computer

I will preface this by saying that most of my programming experience has been OOP, not CVM, and this particular code is being done in cakePhp. We have a piece of javascript that should be assigning a ...
0
votes
0answers
34 views

CakePHP - send an email to mail addresses inserted from file [closed]

I have created a web-app in CakePHP where users can insert mail addresses separated by commas and with the cakeEmail() function send them a message of their choice. (For example,this could be useful ...
1
vote
0answers
19 views

CakePHP Controller Testing with the Security Component

Consider this code: Controller Code <?php App::uses('AppController', 'Controller'); class UsersController extends AppController { public $components = array( 'Security', ...
0
votes
1answer
42 views

cakephp URL get rid of /app/webroot

I have a application and I want to integrated it into my CakePhp website. I put it into webroot folder. I tried to open it in browser via http//mywebsite.com/appname but it ...
2
votes
2answers
29 views

Automatically remove files from temp folder [CakePHP]

Here is my case: When a user is creating a new account, he can upload a profile picture that is stored in a temporary folder. When the user finishes creating the account, the picture is stored in the ...
0
votes
0answers
23 views

How to save a record in mongo db sub document using cakephp

I have this structure in MongoDb: { id: 1, students:[ { id:1, is_allowed: true }, { id:2, is_allowed: true ...
0
votes
2answers
43 views

cakephp 2 controller not loading “index” default action

I recently start having this weird problem, when trying to access this url: http://localhost/xinglong/reservations the server doesn't load the page, it just hangs and looks like it is trying to ...
0
votes
1answer
45 views

Model::save() returns false even though all data saved correctly

I want to update some field in table Scale. I have an array: $s = array( 'id' => '1', 'name' => 'NAME', 'description' => 'DESCRIPTION', 'type' => 'custom' ); and saving it ...
0
votes
2answers
40 views

CakePHP to save relationship in other model

I have these models: class Prefix extends AppModel { public $displayField = 'prefix'; public $hasMany = array( 'State' => array( 'className' => 'State', ...
1
vote
1answer
32 views

How to include assets (JS) into the layout from a controller - CakePHP

This is probably a duplicate, but I am struggling to find the same question and certainly the answer. I'm a little unsure and confused on how assets are handled in Cake (2). I want to include some ...
0
votes
0answers
29 views

2D Matrix barcode generate wrong barcode for dynamic string in tcpdf vendor in cakephp

I need to generate 2D Matrix Barcode using TCPDF vendor in cakephp. But write2DBarcode generate wrong barcode. I have generate string dynamically for it, and passing it to write2DBarcode function. my ...
0
votes
1answer
34 views

How to find a sub array in cakephp with mongodb

I have this problem with mongodb using cakephp. I don't know how to find a record with its sub-array. I have this structure in mongodb id:"xxx", profile:[ { profile_pic:"xxx", ...
0
votes
2answers
41 views

cake - Confused about how to count data

I know this question is very simple. But I fail to find it in Google. I'm very new to cake afterall. For example I have two Model: Product and Category. In Product index I want to show a list of ...
0
votes
1answer
60 views

How to change url pagination in cakephp?

I want my url to change from this /examinations/getchoices/page:2 to this /examinations/getchoices/item/2 I wonder how to do this. I've already tried changing in the routes.php. I've tried the ...
2
votes
3answers
35 views

Cakephp How to retrieve data from GET submit

I'm passing a search data on method GET like that: example.com/posts/?q=foo I'm trying retrive this data on controller doing this: $this->params['q']; but is not working.
-1
votes
0answers
30 views

Creating a subscription calendar in PHP [closed]

This may be a bit of a stretch, but I am open to any ideas. I am creating a scheduling web app in PHP. I had an idea for allowing users who use programs like iCal to subscribe to their schedule so it ...
1
vote
0answers
36 views

Multiple Routing Prefixes + loginAction Not Working

I have searched and though people have asked similar if not the exact same question on this site and elsewhere, several of those questions have gone unanswered and the rest simply don't apply to me ...
0
votes
2answers
37 views

error updating table field with cakephp

i have a controller in cakephp named AdminsController. With the addadmin($id) function,as you can see,i try to update a user's role to 'admin',finding him in the database using his user id (the ...
0
votes
1answer
12 views

How can I show a value from a table/Model using the form helper?

I am trying to show a list of checkboxes from a table, with the value of the checkbox being the table ID and the text being the label. I want to do this using the form helper. Example output: ...
-1
votes
0answers
27 views

Load data from SQL database [closed]

I have a SQL database with two tables (user and week). There is a page where users can form fill, it consists of Textbox Name (is automatically filled with sessions) Textbox Email (will ...
0
votes
0answers
19 views

Proper way to unit test beforeFilter() and beforeRender() in AppController

I'm writing unit tests for a new site I'm working on that uses CakePHP 2.3. Everything's going smoothly, except for one thing. I want to test the beforeFilter() and beforeRender() functions. ...
0
votes
2answers
27 views

CakePHP: Call to a member function set() on a non-object error

My controller seems to be buggy here: public function addAdmin($id) { $this->User->id = $id; $this->User->set('role','admin'); $this->User->save(); } So it throws me ...
0
votes
3answers
48 views

Searching table for null values

I trying to search my users table to determine whether the field token is NULL or not (indicating whether the user activated, confirmed or not). I am using CakePHP 1.3 and am having some problem ...
0
votes
1answer
24 views

CLI cron job sending get request to URL but 404 for everyone else

I would like to setup a cron job for CakePHP which sends GET request a URL in my Cake Application, (or runs a function in my controller). However, if an user visits this URL, they will just get a 404 ...
2
votes
1answer
77 views
+50

CakePHP saveAssociated not saving HasMany Through Model Data

I'm trying to get my associated models in CakePHP 2.3 to save properly, but I'm having issues. I'm storing posts, and I want to know what links are in those posts. For each of those links, I'd like to ...
2
votes
1answer
64 views
+50

CakePHP SoapClient drops fields?

My app uses CakePHP (2.2.5) to get data from a SOAP server. I put logging into the SoapSource.php connector to see the XML returned and to display the array returned: $result = ...
0
votes
2answers
55 views

How to use Auth in cakephp using mongodb

I have a mongo db structure for users with "username" and "password". I am trying to use the Auth in cakephp login but it seems like its not working for me. I tried removing the $this->data but still ...
0
votes
1answer
34 views

How Can I Check View Code Coverage with CakePHP Tests?

When testing controllers, I can legitimately achieve 100% code coverage, as shown here: Example of Correct Report of 100% Code Coverage Controller Code <?php App::uses('AppController', ...
0
votes
1answer
37 views

Retrieve data from database in CakePHP

I have a database with two tables: users and mails. In my MailsController.php controller I have a function history(): public function history() { $mails = $this->Mail->find('id'); ...
0
votes
2answers
28 views

save data in cakephp database

i have a cakephp web app that i'm developing. I have a UsersController.php file,which handles all users registrations and logins. When a user is logged in,he can use the functionality of ...
0
votes
0answers
16 views

Load models to model test case in CakePHP

Is there a good way to load many models to a model test case in CakePHP? I've tried this way class FooTestCase extends CakeTestCase { public function setUp() { parent::setUp(); ...
0
votes
1answer
34 views

CakePHP HABTM relationship with same model foreign keys

I have a model 'Catgeory' that has a HABTM relationship with itself public $hasAndBelongsToMany = array( 'SubCategory' => array( 'className' => 'Category', ...
0
votes
1answer
26 views

Fetching the data before the <br> tag in simplehtmldom

I have a html tag as follows:- <p> "SOme important data1" <br> <br> "SOme important data2" <br> <br> "SOme important data3" </p> Now i want to get the data ...
-3
votes
0answers
23 views

logout from website and facebook in single logout button using cakephp [closed]

I am working in an application which is using facebook connect to log in the users using their facebook account. Everything works fine except in the following case: 1. User logged out from my website ...
0
votes
1answer
39 views

How to disable cache on logout in CakePHP

I am using cakephp 2.3 version. I need to disable cache only when the user logs out. This is to prevent login in case the back button is pressed. But for all other scenarios I don't want to disturb ...
1
vote
3answers
42 views

How to use “set” in component especially in cakephp?

How to use Set function inside components in cake php especially in cake version 1.3 ? class DevicesComponent extends Object { function startup($controller) { $this->controller = ...

1 2 3 4 5 277