Hi Klas
I am hoping to use JCckContent::getInstance, but in the AfterStore I get no joy.
The only clues I have found are in this link Error in function load( $identifier ) #459
So I have a content type, it is an article with an article id of 731.
In my site form, using afterstore:
$content = JCckContentJoomla_Article::getInstance( '731' );
$someProperty = $content->getProperty( 'some_property' );
I get no joy from this.
Any clues?
Thanks