CakePHP
Downloads
Releases
Pear channel
Documentation
API
2.1
|
2.0
|
1.3
|
1.2
|
1.1
Book
2.x
|
1.3
|
1.2
|
1.1
Community
Issues
Bakery
Plugins & packages
Contributors
Google Groups
Logo
Q & A
TV (Screencasts)
Services
Certification
Consultation
Support
Training
Bin
New
Saved
new
By
rukiri
Language
php
Pasted on
on 2/6/11
View Paste
function
create
(
)
{
if
(
!
empty
(
$this
->
data
)
)
{
if
(
$this
->
Blog
->
save
(
$this
->
data
...
I want to redirect to the created $id, not the index. But it's not working as planned..