| Shantanu Oak ( @ 2009-04-13 12:54:00 |
| Current mood: | |
| Entry tags: | pear, php |
PEAR Power
Basic commands:
pear search services
(search for packages those have services keyword in it)
pear list
(installed packages)
pear upgrade-all
(upgrade installed packages)
pear install --alldeps Service_Weather
_____
Useful Packages
Mail
(send mail with attachments)
upload/ download file after tar or zip
(file management made easy)
pager
(Paging result rows)
DB
(Database connection)
HTML_safe
(Find unclosed tags)
HTML_QuickForm
(Build forms dynamically)
HTML_Menu
(Build menus dynamically)
Numbers_words
(numbers to word like One hundred fifty)
Date
(all about comparing dates, finding diff)
PhpDocumentor
(code documentation on the fly)
Log
(Logging messages from code)
Config
(have a single file for all configurations)
Auth
(Login / password management)