Welcome Guest, Not a member yet? Register   Sign In
Code Igniter noob :)
#16

[eluser]Mr. Gibon[/eluser]
I'm back,

after long research, and almost switch to joomla, i decided to write website in ci.

Question how to

Code:
<?php

class Welcome extends Controller {

    function Welcome()
    {
         parent::Controller();
    }
    
     function index()
    {
        $data['title']  = 'Tytul mojej strony';
        $data['menu']  = '<a href="http://intype.info/">Link 1</a>
<a href="http://intype.info/">link 2</a>';
        $data['content']  = '<h2>Lorem ipsum</h2>Lorem ipsum dolor sit amet.';
        $data['sidebar']  = '<a href="http://intype.info/" title="Intype" target="_blank">link</a><br /><a href="http://intype.info/" title="Intype" target="_blank">link</a>';
        $data['footer']  = 'Copyright 2010 by Me :)';
        $this->parser->parse('page', $data);  
    }
    function about()
    {
    
    $this->parser->parse('page', $data);  
    
    }
}

how to pass $data form controller/index to controller/about ?
(In future values will be taken form DB)
Is it a good way to build website?


Messages In This Thread
Code Igniter noob :) - by El Forum - 04-21-2010, 07:39 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 07:47 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 07:51 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 08:32 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 08:35 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 08:48 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 08:52 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 08:58 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 10:42 AM
Code Igniter noob :) - by El Forum - 04-21-2010, 12:48 PM
Code Igniter noob :) - by El Forum - 04-21-2010, 01:11 PM
Code Igniter noob :) - by El Forum - 04-22-2010, 01:55 AM
Code Igniter noob :) - by El Forum - 04-22-2010, 02:00 AM
Code Igniter noob :) - by El Forum - 04-22-2010, 03:01 AM
Code Igniter noob :) - by El Forum - 04-22-2010, 03:20 AM
Code Igniter noob :) - by El Forum - 04-26-2010, 03:47 AM
Code Igniter noob :) - by El Forum - 04-26-2010, 03:58 AM
Code Igniter noob :) - by El Forum - 04-26-2010, 05:19 AM
Code Igniter noob :) - by El Forum - 04-26-2010, 06:09 AM
Code Igniter noob :) - by El Forum - 04-26-2010, 02:21 PM
Code Igniter noob :) - by El Forum - 04-28-2010, 03:58 AM
Code Igniter noob :) - by El Forum - 04-28-2010, 04:36 AM
Code Igniter noob :) - by El Forum - 04-28-2010, 05:08 AM
Code Igniter noob :) - by El Forum - 04-28-2010, 05:43 AM
Code Igniter noob :) - by El Forum - 04-28-2010, 08:54 AM
Code Igniter noob :) - by El Forum - 04-28-2010, 10:44 AM
Code Igniter noob :) - by El Forum - 04-28-2010, 04:28 PM
Code Igniter noob :) - by El Forum - 04-29-2010, 01:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB