The controller has the 'params' property. If you output this:
debug($this->params); //from your view
I believe you should see your id showing in the 'pass' array if everything
is working. If it's there, this will confirm the value is getting all the
way in to your controller or not. If it's there, then to problem isn't in
the mod-rewrite or anything early in the process.

Don

On Sat, May 1, 2010 at 5:40 PM, Matt <[email protected]> wrote:

> Well, the release said "stable' but I am trying to figure out if it is
> me, my configuration or what.
>
> I am using Apache2 on Windows Vista and PHP 5.2.10.  I seem to have a
> possible mod_rewrite problem but I am not sure.   It is obvious that
> the ID portion of the URL is not being handled correctly for some
> reason (id:N).  When I go to view or delete, nothing happens because
> the ID is not passed.  I have checked and double checked.  I have
> followed the tutorial to the letter.
>
> Where do I look? Any suggestions?
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<cake-php%[email protected]>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to