How to open another web page after sending data to db

aleemont
Member | 11
+
0
-

Hi! I'm new here, and I have been using this framework since… Today, and more in general, I'm into php and mySQL just since few days.

I am doing some trials, but now I am stuck with a little difficulty which I haven't been able to solve.

My script creates a form in which I insert data and they are sent to the db. So simple tho.
Now I'd like to print the table on another web page. I can't figure out how to do it.

I thought I had to create a new “file.latte” But now I don't know how to open it after the data submission is complete.

Kamil Valenta
Member | 762
+
+1
-
$this->redirect('file');
$this->redirect('Presenter:file');
$this->redirect(':Module:Presenter:file');
aleemont
Member | 11
+
0
-

Solved! Thank you very much. I'm loving this framework