Chapter 3: Item Type [Get Method]
In our component, MyCCK, just like Joomla article manager, we store the content for our article/items in two fields in our database table. This makes things easier when we want to show only the introduction text in the category blog view. So because of this in our get method we have to concatenate the two fields ‘introtext’ and ‘fulltext’ so that when the user comes to inline-edit an article, he can edit the whole article/item.