Where to find code Snippets for PHP?
I am developing a new website for a very low budget client and instead of building from scratch I am looking for some wireframe which can provide me with some basic user management features, i.e. User registration, login, forgot password so that I can spend more time on the functionality of website. I will be providing facebook connect as well as alternate to login.
any idea where to find PHP code for same? I have no issues in giving attrib开发者_运维问答ution or credit to the original developer so GNU license would be preferable.
I do not want to use any complex framework like Zend or Cakephp. All I am looking for are standalone PHP scripts.
Though I think this question should posted somewhere else. Regarding your question, I think you can search in http://www.phpclasses.org/. There are lots of "ready to go classes" which can perform your required task.
Why even tag this post with "frameworks" if you're specifically looking for something that's not a framework?
That aside, if you were looking for a light-weight framework, I'd go with CodeIgniter.
精彩评论