From: SourceForge.net <no...@so...> - 2003-05-26 01:09:39
|
Feature Requests item #743396, was opened at 2003-05-26 03:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=743396&group_id=8956 Category: None Group: None Status: Open 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 ... .... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=743396&group_id=8956 |