Welcome Guest, Not a member yet? Register   Sign In
add_clients
#1

views/clients.php

PHP Code:
<button type="button" class="add" href="<?php echo site_url('cpages/addclients'); ?>">ADD CLIENTS</button


controllers/cpages.php

PHP Code:
    public function addclients() { $this->load->view('addclients'); } 


config/routes.php

PHP Code:
/* routes addclients */

$route['cpages/addclients'] = 'cpages/addclients'


Hello,

Can anyone help me figure out why the button add client I am unable to move to another pages?

Thanks in advance.
" If I looks more intelligence please increase my reputation."
Reply


Messages In This Thread
add_clients - by davy_yg - 06-29-2016, 10:29 PM
RE: add_clients - by abhijeetgk - 06-29-2016, 10:53 PM
RE: add_clients - by salain - 06-30-2016, 12:09 AM
RE: add_clients - by freddy - 06-30-2016, 01:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB