Id | Title | Actions | Created |
---|---|---|---|
Html->link( $post["Post"]["title"], array("controller" => "posts", "action" => "view", $post["Post"]["id"]) ); ?> | Html->link( "Delete", array("action" => "delete", $post["Post"]["id"]), null, "Are you sure?" ); ?> Html->link( "Edit", array("action" => "edit", $post["Post"]["id"]) ); ?> |