Subversion Repositories oidplus

Rev

Rev 1116 | Rev 1148 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1116 Rev 1130
Line 104... Line 104...
104
         * @param string $table
104
         * @param string $table
105
         * @param string $prefix
105
         * @param string $prefix
106
         * @return string
106
         * @return string
107
         */
107
         */
108
        public function setupSetTablePrefix(string $cont, string $table, string $prefix): string {
108
        public function setupSetTablePrefix(string $cont, string $table, string $prefix): string {
109
                $cont = str_replace('`'.$table.'`', '`'.$prefix.$table.'`', $cont);
109
                return str_replace('`'.$table.'`', '`'.$prefix.$table.'`', $cont);
110
                return $cont;
-
 
111
        }
110
        }
112
 
111
 
113
        /**
112
        /**
114
         * @param string $database
113
         * @param string $database
115
         * @return string
114
         * @return string