Hi, i have this code and I need using some like this:
$set->sql->insert('something text');
my code:
class set{
function sql()
{
function insert($gettext) { // INSERT INTO ..... }
function delete($gettext) { // DELETE ...... }
}
$set = new set();
|
|
Results 1 to 2 of 2
Thread InformationUsers Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |
|
Bookmarks