Elxis CMS Forum

Support => Technical support => Topic started by: D_Sky on October 14, 2009, 22:10:15

Title: where "insert into #__users.."
Post by: D_Sky on October 14, 2009, 22:10:15
I have to add some fields in the registration so I need make some changes to insert query
But I cant find where "insert into #__users... "  is
help me pls asap
thanks!
Title: Re: where "insert into #__users.."
Post by: CREATIVE Options on October 14, 2009, 23:14:24
Into your Elxis DB.

phpMyadmin -> Your DB
Title: Re: where "insert into #__users.."
Post by: D_Sky on October 15, 2009, 08:46:32
No, I mean where Insert query have its place in php files? in what file of Elxis(maybe even string of it) insert query situated?
Where  $query = "insert into #__users.......";
            $database->setQuery($query....)
or something like that...
I have to edit it, so every time someone registred - more fields will be inserted into DB.
I already add  some fields into registration form and see that it send data to index.php, but where data go then, where it inserted in DB?

And it will be good if somone will said where autorization function?
Title: Re: where insert into elx_users
Post by: datahell on October 15, 2009, 13:31:01
There is no insert query. See class mosUser
includes/Core/elxis.php