CodeIgniter - Correct way to link to another page in a view

前端 未结 6 2197
南笙
南笙 2020-12-01 02:59

I was wondering if someone could tell me the correct way to link to another page from within a view.

Is there a function for this or is it just the usual about

6条回答
  •  渐次进展
    2020-12-01 03:18

    you can also use PHP short tag to make it shorter. here's an example

    
                                                            
提交回复
热议问题