On Wed, Nov 17, 2010 at 9:11 PM, Octavian Rasnita wrote:
Thanks for the example. I think that the following line could be improved:
$form->load_config_filestem($c->config->{root}."/forms/students/info$form_id");
to be (untested):
$form->load_config_filestem($c->uri_for("root/forms/students/info$form_id"));
Do you mean path_to instead of uri_for ?Thanks for the example. I think that the following line could be improved:
$form->load_config_filestem($c->config->{root}."/forms/students/info$form_id");
to be (untested):
$form->load_config_filestem($c->uri_for("root/forms/students/info$form_id"));
--
Bogdan Lucaciu
Oh yes, I'm sorry. Of course path_to().
Thanks for correction.
Octavian