How to add data in database (JTable) and read it - Joomla! Forum - community, help and support
i'm having bit of issue here whilst customizing component called joombri freelance. new developing in joomla , still reading on how works, mvc architecture.
this want achieve:
1. want select link (that project id created table).
2. data project id, title of project must inserted new table have created (say, #__myfavourites).
3. project id must linked original data in table present component. because if project id deleted, deleted new table created.
4. data (project id) gets inserted new table must assigned logged in user only.
that's really, simple enough skilled in joomla, php , mysql. can kind of if coding php , mysql outside of joomla, can't quite figure out how in joomla coding linked mvc structure.
the reason add 'save favourite' button when viewing project in freelance system, i.e. if makes bid on project, he/she must able add project favourite shown on newly created page in list format.
can bright joomla developer please me achieve this.
what want tell me how can achieve using jtable, , include php code , mysql code , how can display results , files/folders in mvc structure use/manipulate.
any highly appreciated lost , badly want learn guru creates components.
thanks,
tony
this want achieve:
1. want select link (that project id created table).
2. data project id, title of project must inserted new table have created (say, #__myfavourites).
3. project id must linked original data in table present component. because if project id deleted, deleted new table created.
4. data (project id) gets inserted new table must assigned logged in user only.
that's really, simple enough skilled in joomla, php , mysql. can kind of if coding php , mysql outside of joomla, can't quite figure out how in joomla coding linked mvc structure.
the reason add 'save favourite' button when viewing project in freelance system, i.e. if makes bid on project, he/she must able add project favourite shown on newly created page in list format.
can bright joomla developer please me achieve this.
what want tell me how can achieve using jtable, , include php code , mysql code , how can display results , files/folders in mvc structure use/manipulate.
any highly appreciated lost , badly want learn guru creates components.
thanks,
tony
hi tony,
the best way start here:
http://docs.joomla.org/developers
and understand mvc structure in joomla here:
http://docs.joomla.org/developing_a_mod ... _component
the best way start here:
http://docs.joomla.org/developers
and understand mvc structure in joomla here:
http://docs.joomla.org/developing_a_mod ... _component
Comments
Post a Comment