-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
monk.e.boy wrote on 05.03.2010 16:14:
> but 90% of the time I am making links that go from one action to another, I
> almost never jump between modules. So making me put the module name in each
> url() is anoying, but I'm always passing parameters (product_id, order_id
> etc)...
By using custom routes, you could avoid typing that much in your views:
$this->url(array('id' => 1), 'news');
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkuRQVUACgkQ0HfT5Ws789CGawCgqwrpzCRbsn/hCXHU1uQjOM82
yQQAoJ83cqGc7QvBrUvSasBCu5wf1Vwb
=FOtL
-----END PGP SIGNATURE-----