Fatih Turan
Results
1
issues of
Fatih Turan
Pigeon::pattern(array( // key => pattern 'NewsDetail' => 'news/%s/%s-%s.html', 'NewsCategory' => 'news/%s/', )); $category = 'game'; $sef = 'resident-evil-remake-gets-release-date-price'; $id = 5425; Pigeon::make('NewsDetail', $category, $sef, $id); output: news/game/resident-evil-remake-gets-release-date-price-5425.html Pigeon::make('NewsCategory', $category); output:...