|
|
 Gerry Danen | 2007-10-09 17:19:22 |
| How useful is this book if one does not use PEAR? |
 Guilherme Blanco | 2007-10-13 18:19:14 - In reply to message 1 from Gerry Danen |
I spent almost three days figuring it out what should I suggest you if you do not use PEAR.
The author relies too much on PEAR packages, meaning that around 90% of complex solutions uses at least one PEAR package. The others solutions are known ones and you can probably find them on PHP manual.
There are just a few examples (like Tag Could in chapter 7) that exposes both solutions, one using pure PHP and the other using PEAR HTML_TagCloud.
So, my short version to your question is: If you do not like/use PEAR, I don't recommend. |
 Gerry Danen | 2007-10-13 21:01:00 - In reply to message 2 from Guilherme Blanco |
Thank you, Guilherme.
It's not that I don't like PEAR, but I don't use it. Perhaps I should check it out and see how useful it is for my applications.
Gerry
|
|