Skip to content

Commit

Permalink
Update README3.md
Browse files Browse the repository at this point in the history
Added visibility keywords
  • Loading branch information
destinydriven committed Jul 25, 2012
1 parent 3e9f1ce commit 87abd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README3.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Wizard data is stored with the following path: sessionKey.stepName.modelName.fie


So, for example, if we wanted to do something with the client's email address (which was obtained in the account step) while processing the review step, we would use the following code: So, for example, if we wanted to do something with the client's email address (which was obtained in the account step) while processing the review step, we would use the following code:


<pre><code>function processReview() { <pre><code>public function processReview() {
$email = $this->Wizard->read('account.User.email'); $email = $this->Wizard->read('account.User.email');
/* do something with the $email here */ /* do something with the $email here */


Expand Down

0 comments on commit 87abd39

Please sign in to comment.