cakephp-1.2 Questions

5

Solved

How to Limit the paginate in cakephp ? Assume that i have 400 records. I need to get only 25 records from 50th record to 75th record and need to display 5 records per page. How i can do this in p...
Esplanade asked 27/5, 2011 at 12:45

5

I have been trying a few migration scripts for CakePHP but I ran into problems with all of the in some form or another. Please advice me on a migration option for Cake that you use live and know w...
Succession asked 26/3, 2010 at 10:8

3

Solved

I have inherited code from old contractors overseas. The cakephp version I see is: CakePHP v 0.2.9 Where does this fit in? Does it predate 1.0 or is this some 2.0 convention?
Slaby asked 5/4, 2012 at 4:5

12

Solved

I am writing a CakePHP 1.2 app. I have a list of people that I want the user to be able to filter on different fields. For each filterable field, I have a drop down list. Choose the filter combinat...
Rheumatism asked 11/11, 2009 at 22:22

9

I have a strange problem with my cake (cake_1.2.0.7296-rc2). My start()-action runs twice, under certain circumstances, even though only one request is made. The triggers seem to be : - loading an...
Hornbook asked 15/9, 2008 at 15:21

2

I have an android app, it call a function of a web-server (using cakephp). And it return error like this 'call to undefined function curl_init()'. I do some search on google and try to fix that err...
Legislate asked 28/3, 2012 at 10:34

3

Solved

Is there a Controller property that will allow me to get just /controller/action from the URL without any additional parameters there might be? At the moment I am having to join $this->name . '...
Broz asked 27/7, 2011 at 12:25

3

Solved

I need to send multiple emails at a time, can any one have example? or any idea ? I need to send mail to all my site users at a time (Mail content is same for all) Currently i using following code...
Quench asked 2/6, 2011 at 8:6

4

Solved

I want to use "getpoll" ,which is action of users controller ,in another controller(events controller). How can i use it? in advance thanks...to all...
Multinuclear asked 7/7, 2011 at 5:32

2

Solved

I have an old cakephp-1.2 application in production. This system has a screen where html content can be edited using ckeditor 3.2. The problem is that almost every time when I try to edit some html...
Millford asked 22/3, 2013 at 19:14

3

Solved

In Rails and CakePHP1.2, forms tend to include input elements with names like the following: <input name="comment[author]" /> Is there a formal name for the notation used in the "name" att...
Archilochus asked 26/1, 2010 at 20:59

1

Solved

I have one route that looks like this: Router::connect('/Album/:slug/:id',array('controller' => 'albums', 'action' => 'photo'),array('pass' => array('slug','id'),'id' => '[0-9]+')); ...
Tellez asked 11/9, 2012 at 6:30

5

Solved

I'm using CakePHP 1.2 and I'm just wondering if there is any side affect on passing the $this->data to the View from the Controller. Ex: // inside PostsController, I have this code: $this->dat...
Thesda asked 12/11, 2009 at 18:44

3

I need to implement master/slave/load balancing into an existing site. Does anyone use these (or other) implementations for master/slave switching? The resources I found on how to implement mast...

4

I'm working on a CakePHP 1.2 application. I have a model "User" defined with a few HABTM relationships with other tables through a join table. I'm now tasked with finding User information based on...
Uzia asked 29/11, 2008 at 2:18

4

Solved

I have CakePHP (cake_1.2.2.8120) and EasyPHP (3.0) installed on Windows Vista Ultimate. I followed the "baking" tutorials online and successfully set the database connection with the &quo...
Inhume asked 6/5, 2009 at 9:56

1

Solved

CakePHP Version 1.2.5 I would like a single user to have multiple email addresses. I would like a single user to have a single password. I would like users to log in using any of their multiple em...
Amorist asked 5/11, 2009 at 0:4

3

Solved

I am creating a website in CakePHP and I am kind of new on it. I couldn't find good resources on this matter, so there you go: I have a three table structure for registering users: Users, Addresse...
Tildie asked 21/9, 2008 at 4:19
1

© 2022 - 2024 — McMap. All rights reserved.