geeks Posted May 21, 2010 Share Posted May 21, 2010 I am writing this in an effort to teach myself OOP, as well as to save myself constantly writing some basic log in functionality. Mostly it is just for fun and to learn. please can you crit it for me a little, give me the negative and the positive(if there are any) points please. 1) is the security okay ? 2) is the OOP okay ? I am still adding "access level" support and a backup facilty Cheers thanks [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/202503-my-security-script/ Share on other sites More sharing options...
dpacmittal Posted May 21, 2010 Share Posted May 21, 2010 Gave a quick look and I have just one suggestion: Consider making a db class just for CRUD operations and another class which would handle the queries related to login. This way db class becomes reusable. Link to comment https://forums.phpfreaks.com/topic/202503-my-security-script/#findComment-1061654 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.