Hello!
I can get the table "#cck_store_item_content" fields, through the function $cck->get("field_name").
Now I was searching here and in manuals and didn't find anything similar to function $cck->get("field_name") to retrieve fields from "#content", that is a Joomla native table.
I can retrieve these fields with "$db = JFactory::getDbo();", but this issue stay in my mind. There is anyway more simple using Seblod functions thus open a connexion with db and create an array?
Thanks guys.