Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

How to parse a field for/before input on jForm? 22 Dec 2012 00:06 #6218

I have a column that will be storing parameter/attribute-like data. Columns for each is out of the question because the pairs vary depending on the component installation parameters.

An earlier answer suggested to use $jinput->get with postSaveHook to capture the input and format and save it appropriately, but where would the appropriate place be to parse the data from the database for presentation on the form for edting? I'm assuming that $jinput->set would be the approach, but I'm not clear where the "right" place would be.

Thanks in advance! :)

Please Log in or Create an account to join the conversation.

Last edit: by gdpodesta.

Re: How to parse a field for/before input on jForm? 25 Jan 2013 11:10 #6504

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Item Model > prepareTable()
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.154 seconds

This is what you call a component builder. I was able to master using this in a very short time and the resulting component works like a charm. Not just a basic component builder but a fully working component builder with forms fields tables all ready to go. You can make the list and item views to display in the front and back end. Also there is a great forum just starting to evolve and I'm sure this will grow very rapidly when you all realise how good this tool is.
Kevin (JED)

         

Get Started