如何将ID传递到模板网址

时间:2019-06-14 06:55:33

标签: php angularjs codeigniter

我正在使用codeigniter,我需要使用routeProvider将ID传递到模板URL中。因为我的视图之一需要该ID。

.when(phoneView/:phoneId ,/*pass this id to this ->*/
templateUrl: "<?php echo site_url('phone/view/*phoneId should be here*')?>)"

我该怎么做?我需要帮助。

1 个答案:

答案 0 :(得分:0)

在此行上使用双引号。

 <?php echo site_url("phone/view/*phoneId")?>);