Calling a Helper from a View in Codeigniter. Good Practice?

cotzigel

New Member
I am converting an exisiting project into code igniter and need to keep the exisiting URL's intact. Therefore, i'm looking to create my own url helper. It seems that the most strait forward way to use this is to call it from the views and the helper will simply return the web address. This will make it easy to manage URL changes if they do happen as it is defined in the helper.My question, is it good practice to call this helper from views?
 
Back
Top