thanks radiant_tech i will try that tonite.. i hope ur right.
Bodom: i'm sure i don't have any typo on my database class coz the datas is successfully loaded to the forms.
and about the getVar function, can i get parameters from the form inputs? or i have add the values to the url ?
thank you
Search found 3 matches
- Thu Mar 20, 2008 4:50 pm
- Forum: Joombie Coding Q/A
- Topic: how does JTable's store() works?
- Replies: 6
- Views: 1023
- Sat Mar 15, 2008 8:21 am
- Forum: Joombie Coding Q/A
- Topic: how does JTable's store() works?
- Replies: 6
- Views: 1023
Re: how does JTable's store() works?
thx for your reply, but i already did that.. i think i got bigger problem than figuring out store() for now. this component that i've been trying to develop turns out to use 3 different database tables. and i don't see how store() can update to 3 different tables. so i'm figuring using SQL query to ...
- Wed Mar 12, 2008 4:26 pm
- Forum: Joombie Coding Q/A
- Topic: how does JTable's store() works?
- Replies: 6
- Views: 1023
how does JTable's store() works?
i can't seem to understand how the store() method works.. can anyone explain to me? the wiki said and i quote Inserts a new row if id is zero or updates an existing row in the database table. ok.. but how does this method knows which data to insert into which column? and what about the updated data ...