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

(04-13-2017, 01:55 PM)skunkbad Wrote: Show code, or nobody can help.



Hello everybody
This is my source:
- Controller welcome: call view a.html (why not show image, but show word "HELLO")
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

class Welcome extends CI_Controller {
 
    public function index()
    {
        $this->load->view('a.html');
    }
}


- My view (a.html) in the attached file. Change file "views.html" => "views.rar" (because I can't attache   *.rar)



Thanks All

Attached Files
.html   views.html (Size: 39.36 KB / Downloads: 104)
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, 01:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB