in the tutorial, day4 takes sometime to learn, a lot of reference to read.
day5's last piece is not correct. need rename the downloaded _question_list.php to _list.php, also you'd better copy the content from previous listSuccess.php and get rid of the <h1></h1> part to the _list.php
actually, just create the _list.php, then copy the content from listSuccess.php, delete the line of <h1></h1>
then change the listSuccess.php content to
<h1>popular questions</h1>day6,
<?php echo include_partial('list', array('question_pager' => $question_pager)) ?>
when add the secureity.ymlall:
is_secure: on
credentials: subscriber
make sure you read the notes, and change on to off
public function handleErrorLogin()
{
return sfView::SUCCESS;
}
don't forget to add this method to user actions.classe.php to handle the error.
No comments:
Post a Comment