Log In | Sign Up | Help
Upload_transparent

CakePHP tutorial no. 2 from IBM

Twitter Facebook
  • Send This
  • Add_to_favs_transparent
  • Embed
  • Download
  • Flag
  • Add to Favorites

Scribd requires Javascript. Please enable Javascript in your browser.

Value This
Doc
Scribd
Average
     
Pages: 37 43
Words: 7549 13640
Characters: 50266 81678
Lines: 574 623
     
     
Letters per word: 6.66 5.99
Words per line: 13.15 21.89
Words per page: 204.03 317.21

Document Information

71,070 Reads | 43 Likes | 7 Comments | 38 Favorites

Added By
Description

The 2. tutorial about CakePHP from IBM

Pdf_16x16 37 Pages


Date Added

03/07/2007

Category

Uncategorized.

Tags
Groups
Awards

Flame Hot

Copyright

Attribution Non-commercial

More info »

 

Comments

Login or Signup to Leave a Comment


alcooltan 7 months ago

i dont like scribd. it's so clunky. sorry ...

leleu about 1 year ago

I notice in the ACL section, WRT the "redirect" methods (when you try to access the page w/o being logged in) there is a bug. When you set redirect with an action (look at the line $this->redirect( array('action'=>'index '), null, true)) that you do not leave the Products controller (i.e. you get taken to the products index, rather than the login page). I believe the line should be:
$this->redirect( '/users/index');
This will take you to the login page. You could set a variable to return you to the requested product page (from the original click, pre-login). Then you would have to modify the login controller, so that if $redir is set, you go there; otherwise goto the default page after login.

As much as I love this series, anyone else think it could use another review? I noticed several of these little bugs in it. Maybe I'll write the author...

sartaj about 1 year ago

test

Anonymous about 1 year ago

hmm, well at least there's a download button - better than Youtube.

Anonymous about 1 year ago

What kind of retard thought of embedding PDF in a Flash object? I want to kick them in the nuts.

Anonymous about 1 year ago

c2

Patrick Sullivan (expatrick) about 1 year ago

These tutorials are really, really great. Props to IBM and whoever uploaded them.