in the model file I get some post data from a form:
Code: Select all
$data = JRequest::get( 'post' );Code: Select all
$model = $this->getModel( 'form' );
if ($model->store())
{
$msg = JText::_( 'Empfehlung gesendet' );
} else ...Thanks for your answers and reading my bad english. I hope that you are understanding what I mean.
Papi




