What is the method of passing user inputs to database in Joomal

or

where the places handling the user inputs to send to the database.

eg:

localhost\Joomla\components\com_user\views\register

in this directory have a module for handle new user registration.
I need to know how joomla carry the user input values for the database...

any one can help me........?

What is the method of passing user inputs to database in Joomal

or

where the places handling the user inputs to send to the database.

eg:

localhost\Joomla\components\com_user\views\register

in this directory have a module for handle new user registration.
I need to know how joomla carry the user input values for the database...

any one can help me........?

You can find the insertion of user data in file
components/com_user/controller.php

In which you can see the function save(), exactly at that particular place the form values are passed and the data will be stored in the database.

Hello All
I think it is a bind method.model file.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.