dbo Posted August 16, 2007 Share Posted August 16, 2007 What custom code libraries have you built to assist in rapid application development. Here are a few that come to mind for me, please expand on the list. 1) Activity log 2) Audit trail 3) SQL generator 4) Form processing/validation 5) HTML utilities (generate tags... populate dropdowns, etc) Quote Link to comment Share on other sites More sharing options...
NArc0t1c Posted August 16, 2007 Share Posted August 16, 2007 Is this help, or just a game of some sort? Quote Link to comment Share on other sites More sharing options...
dbo Posted August 16, 2007 Author Share Posted August 16, 2007 What are you talking about? I'm asking for advice on what libraries other people have built for themselves to make development easier. Quote Link to comment Share on other sites More sharing options...
Stopofeger Posted August 19, 2007 Share Posted August 19, 2007 The fun about php is most libraries are already been written a zillion times by someone else. So, Im on the lazy side. Whenever I need some new functionality I just hit phpclasses or hotscripts. If that doesn't have any solution than I offcourse "Live It". Still no help, than I just keep looking until I find the closest I can get so simple mods can get me what I want. If still unsuccesful than I would have to code myself but that never happened. So... Quote Link to comment Share on other sites More sharing options...
dbo Posted August 21, 2007 Author Share Posted August 21, 2007 Building small sites for yourself or friends that's not a problem but when trying to do it for a business that's not usually acceptable. The reason being there's no consistency which makes readability and maintainability a nightmare. Furthermore unless you thoroughly evaluate the code there's no real way of telling a "good" script and one that sorta works. Borrowing someone's script that is riddled with security flaws is going to bite you in the ass downstream because you'll be the one held responsible. Quote Link to comment 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.