Skip to content

Instantly share code, notes, and snippets.

@TiuTalk
Created February 28, 2013 03:34
Show Gist options
  • Save TiuTalk/5053970 to your computer and use it in GitHub Desktop.
Save TiuTalk/5053970 to your computer and use it in GitHub Desktop.
<?php
$id = $d["Palestrante"]["id"];
$nome = Inflector::slug(strtolower($d["Palestrante"]["nome"]), "-");
echo $this->Html->link("Ver", array("controller" => "palestrantes", "action" => "ver", "id" => $id, "nome" => $nome)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment