The Little Guy Posted June 9, 2011 Share Posted June 9, 2011 For the past 3 days, I have been working on my first plugin for the library that I have created (library isn't complete yet). Background: The library I created, is supposed to make general programming easier (does it? I think so). My library allows for plugins, and This is my first plug in for the library, what it is, is a database manager like phpMyAdmin. It doesn't have all the features of phpMyAdmin, but it has enough to do anything you would like with your database(s), since it has a "query" function to input custom queries. Note that this is only 3 days worth of work, (all links should work except for in the "Actions" column). Also you will have to use your own mySQL connection (this information is not stored, but it isn't on https either). http://phpsnips.com/phplive/dbm/ I am not looking for a look/feel feedback (colors/images/fonts/prettiness), but technical feedback. Thanks. Txt File: http://phpsnips.com/phpfreaks.txt Link to comment https://forums.phpfreaks.com/topic/238881-my-php-libraries-first-plugin/ Share on other sites More sharing options...
.josh Posted June 9, 2011 Share Posted June 9, 2011 Okay soo...are you looking for people to find bugs or make suggestions on how to improve it on a technical level? If it is the first, then okay, thread stays here. If it is the 2nd, then this still belongs in website critique forum. Link to comment https://forums.phpfreaks.com/topic/238881-my-php-libraries-first-plugin/#findComment-1227544 Share on other sites More sharing options...
Maq Posted June 9, 2011 Share Posted June 9, 2011 I don't know which fields belong to which credential and even if I did, I would not have my live DB creds sent across a non-secure call, and not to mention, I don't even know how you're sending this information. Link to comment https://forums.phpfreaks.com/topic/238881-my-php-libraries-first-plugin/#findComment-1227545 Share on other sites More sharing options...
The Little Guy Posted June 9, 2011 Author Share Posted June 9, 2011 Okay soo...are you looking for people to find bugs or make suggestions on how to improve it on a technical level? If it is the first, then okay, thread stays here. If it is the 2nd, then this still belongs in website critique forum. I forgot to remove: "I am not looking for a look/feel feedback (colors/images/fonts/prettiness),". This was originally in the website critique form. Then I was told to move it here, I just didn't delete that line. What I want is technical feedback. Thanks! Login: Host: limited.publicsize.com username/password: phplive_plugin Link to comment https://forums.phpfreaks.com/topic/238881-my-php-libraries-first-plugin/#findComment-1227642 Share on other sites More sharing options...
ebmigue Posted June 25, 2011 Share Posted June 25, 2011 Fatal error: Cannot redeclare phpLive::set_logged_in() in /home/ryannaddyps/phpsnips.com/phplive/phpLive/phpLive.php on line 718 Link to comment https://forums.phpfreaks.com/topic/238881-my-php-libraries-first-plugin/#findComment-1234589 Share on other sites More sharing options...
The Little Guy Posted June 27, 2011 Author Share Posted June 27, 2011 Fixed the problem, thanks! Link to comment https://forums.phpfreaks.com/topic/238881-my-php-libraries-first-plugin/#findComment-1235572 Share on other sites More sharing options...
Recommended Posts