Re: problem with html->link

2007-04-04 Thread andy corpes
Hi again Djiize I was looking in the wrong place, my define of the BASE_URL was commented out!!! Things are looking a little different now,, not quite correct, but it may be my own fault, at least i'm not so baffled. Thanks for leading me to the correct place. On 04/04/07, andy corpes &l

Re: problem with html->link

2007-04-04 Thread andy corpes
his happen? On 04/04/07, djiize <[EMAIL PROTECTED]> wrote: > > > If you want url like '/cake/index.php/...', you don't use mod_rewrite, > you use Cake rewrite > Have you correctly set the constant BASE_URL in core.php ? > > On 4 avr, 14:13, "andy corpes&q

problem with html->link

2007-04-04 Thread andy corpes
Hi group, I'm having trouble with the URL's created by the HTML helper, and perhaps mod rewrite. My urls should look something like this:- http://ac85489m/cake/index.php/tblallrepositories/index when i construct a link using the html helper it generates a url like this:- http://ac85489m/TblAll

Troubles with routes

2007-03-01 Thread andy corpes
Hi Group, It seems that a recent installation of cake has broken some part of my configuration, I've gone through the original installation procedures, but cannot see where i have gone wrong. I now have a single entry in route.php as follows:- $Route->connect ('/tblallhosts/:action/*', array('co

Re: process multiple selected rows

2006-09-30 Thread andy corpes
Hi Sohei   The light came on as soon as i read your post, thanks very much.   Andy  On 29/09/06, Sohei Okamoto <[EMAIL PROTECTED]> wrote: If each row corresponds to the data from model which has id field, maybe I would make each checkbox with the row's id as its value, then you will receive the arr

process multiple selected rows

2006-09-29 Thread andy corpes
Hi all,I'm a newbie trying to determine which rows in a table display have been selected. I have created a html table, column 1 is select box, the rest have data.I would like to select one or more rows, then select a command from a drop down list box,  and then process each selected row according t