Jump to content
Larry Ullman's Book Forums

mixa_ru

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by mixa_ru

  1. Hi Antonio! I started to watch videos, it's very easy to understand! Thanks for you and the author of these videos! Best regards, Mikhail
  2. Hi Antonio! Thank you for your post! I will try to follow your ideas to deeply understand programming. Can you please recommend some books (I have already 3 PHP books of Larry)? What programming or algorithm book impressed you best of all? Thank you!
  3. Larry thanks for your qucik reply! Unfortunately I can not say exactly what I'm looking for.... It's all about some nice and cute ideas, algorithms, solutions and code snippets. For example: now I'm working with product catalog (add-delete-update/rename items, unlimited levels, tree structure etc.) and a couple of solutions from your PHP5 Advanced book were perfect for it! If I havn't read your book I'd probably use at list two tables with realtions and it would not be as easy as idea from your book: one table is enough together with sorting function and recursive function. And something like this. Or may be vice versa: if I use two tables (one for nodes/parents another table for children and relations in-between) may be it would be easier,better and more flexible? What do you think? Best Regards, Mikhail
  4. Larry hello! I like your books very much! They are easy to read and understand. I'm also very much impressed with some ideas in your code. According with PHP5 Advanced book they are Parent_sort function together with usort and recursive Make_list functions. How do you know that? How do you get inspired with such an ideas? Books? Practice? Expirience? Can you recommend something to read extra? With best regards, Mikhail
×
×
  • Create New...