Hi, I have an old system and I'm moving to Phalcon. Now I have a problem with an iframe when setting the SRC attribute:
This works (old system): $ ('# Printframe'). Attr ('src', '/ common / print.php');
That's not how Phalcon works Params = type + "/" + temp + "/" + wait + "/" + saleNum + "/"; Var url = "<? Php echo $ this-> url-> get (" common / index / ");?>" FullUrl = url + params $ ('# Printframe'). Attr ('src', fullUrl);
I understand that before it worked because I sent a file print.php in the path, but now with phalcon I am sending the path of the driver and does not contain .php
How can I solve it?