Jump to content
Larry Ullman's Book Forums

Frank

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Frank

  1. Larry covers this in detail in his PHP 6 and MySQL 5 book. The E-Commerce book is somewhat more advanced, and assumes you have these "basics" down. In order to handle pagination though, you basically need to use the LIMIT statement in the MySQL query, and then display the results accordingly using PHP. If this is all new to you, I highly recommend going through Larry's PHP 6 and MySQL 5 book first. It's an excellent primer for the two.

    I will take a look at this book.

     

    In the eCommerce book, I did not see any examples that showed paging through products returned from a search.

    if you get a large result-set, this is not practical. I guess I was hoping to see a more complete example.

    I still find the book very good.

     

    I also just started looking into yii and also use codeigniter.

     

    I guess I can apply his examples in one of these frameworks.

×
×
  • Create New...