Have been looking at librarys as am required to do some things which have definately been done many many times before. One was getting a log in page set up. So you do some homework and try to find what is available, and get your theory straight.
Long story short:
1. Not getting why all the libraries I found need to be installed. Wouldn't it be way simpler to just copy out a function(s) and go from there? Is it wrong to think that these are needlessly over complicated.
2. Specific to PEAR, that development seems to be struggeling. While fully appriciating the enormous commitment it takes to do something like that, do others think it leans to the user hostile side with respect to being able to figure out what specific code does?
In the mean time have just coded my own encrypted login in. Took a lot less time than trying to figure out the what, where and how of trying ot utilize a library. Have used Jquery and no way could would this be true for someting like a date picker.
Maybe the issue is the scope of the requrement, but can't help getting the feeling that I'm missing something. Where am I going wrong?