From: SourceForge.net <no...@so...> - 2004-05-04 20:28:35
|
Feature Requests item #743396, was opened at 2003-05-25 20:09 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=743396&group_id=8956 Category: None Group: None >Status: Closed Priority: 5 Submitted By: flobee (flobee) Assigned to: Nobody/Anonymous (nobody) Summary: db querys Initial Comment: for users having only 1 databass a work around to have more overview to the tables, would be good: require_once($CONFIG); // add in config: $ESPCONFIG['db_prefix'] = 'phpesp'; // all new querys: $sql = "SELECT realm FROM " . $ESPCONFIG['db_prefix'] . "_survey WHERE .........."; db tables should look phpesp_survey phpesp_respondent phpesp_designer ... .... ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2004-05-04 15:28 Message: Logged In: YES user_id=14116 This feature has been added to the CVS tree. It will be available in the next release of phpESP. For instructions on obtaining sources from CVS please see: http://sourceforge.net/cvs/?group_id=8956 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=743396&group_id=8956 |