Welcome Guest, Not a member yet? Register   Sign In
Add Animation to the CodeIgniter view
#6

(04-14-2017, 02:48 AM)InsiteFX Wrote: because your url paths are not setup to run with a CodeIgniter view.

you need to set your image paths using the base_url using the url_helper.

autoload the url_helper in ./application/config/autoload.php under helpers

then you can set a views path like so:

PHP Code:
<?php echo base_url('path_to_image'); ?>

I can't show image.
Can you send me source,please?
Thanks
Reply


Messages In This Thread
Add Animation to the CodeIgniter view - by ithcm - 04-12-2017, 10:37 PM
RE: Add Animation to the CodeIgniter view - by ithcm - 04-14-2017, 07:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB