kade119 Posted May 26, 2010 Share Posted May 26, 2010 Besides php.net, what are some websites that you favorite for PHP? Quote Link to comment https://forums.phpfreaks.com/topic/202919-favorite-php-resources/ Share on other sites More sharing options...
ignace Posted May 26, 2010 Share Posted May 26, 2010 None. That's really the only resource you'll ever need. If you use FF you can even get the PHP Manual add-on so you can search for functions right off the integrated search bar. And if you are using a proper IDE you can look-up manual information with a few taps on the keyboard. Quote Link to comment https://forums.phpfreaks.com/topic/202919-favorite-php-resources/#findComment-1063418 Share on other sites More sharing options...
JonnoTheDev Posted May 26, 2010 Share Posted May 26, 2010 phpclasses.org Quote Link to comment https://forums.phpfreaks.com/topic/202919-favorite-php-resources/#findComment-1063450 Share on other sites More sharing options...
Daniel0 Posted May 26, 2010 Share Posted May 26, 2010 None. That's really the only resource you'll ever need. If you use FF you can even get the PHP Manual add-on so you can search for functions right off the integrated search bar. And if you are using a proper IDE you can look-up manual information with a few taps on the keyboard. There are also PHP UNIX man pages available for the manual. $ pear channel-discover doc.php.net $ pear install doc.php.net/pman $ pman substr If you use vim, you can then add autocmd FileType php setlocal keywordprg=pman to ~/.vimrc and use the K command when hovering over a function name to look it up. Quote Link to comment https://forums.phpfreaks.com/topic/202919-favorite-php-resources/#findComment-1063467 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.