954,174 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Joomla

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........?

umandajayo
Light Poster
45 posts since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

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.

saiprem
Posting Whiz in Training
210 posts since Feb 2010
Reputation Points: 16
Solved Threads: 28
 

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

jwd.adodis
Light Poster
48 posts since May 2010
Reputation Points: 7
Solved Threads: 2
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: