ashsmith / magento2-blog-module-tutorial

A tutorial on how create a magento 2 module from scratch, with tests.
https://www.ashsmith.io/magento2/module-from-scratch-introduction/
111 stars 59 forks source link

@TODO #7

Closed tronghuan closed 8 years ago

tronghuan commented 9 years ago

Hi Ash Smith,

This is not an issue, but I really want to see you will write it as soon.

/* * Return the desired URL of a post * eg: /blog/view/index/id/1/ * @TODO Move to a PostUrl model, and make use of the * @TODO rewrite system, using url_key to build url. * @TODO desired url: /blog/my-latest-blog-post-title * @return string */

Thank you so much.

ashsmith commented 8 years ago

Done in my last commit :)