Welcome Guest, Not a member yet? Register   Sign In
How to start a project with CodeIgniter?
#2

[eluser]goFrendiAsgard[/eluser]
Hi, you can start by read the documentation.
For me, I usually use HMVC plugin which is written by wiredezigns.

Or if you want a quick start, you can use some already exist CMS, like my No-CMS, pyrocms, bancha, or fuel-CMS. They are built for developer, so that you can focus on making modules.

I think there is no error when use routing, since you don't use nginx.

Use smarty is optional, you can pass your data when load a view in controller, something like:
Code:
$data = array("user_name"=>"Admin", "login"=>1);
$this->load->view("my_view", $data);

In your my_view.php, you can access $user_name and $login.
I think I don't really need smarty for this.


Messages In This Thread
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:41 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 05:01 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 05:21 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 05:47 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 06:12 AM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 01:13 PM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:06 PM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:44 PM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:49 PM
How to start a project with CodeIgniter? - by El Forum - 01-30-2012, 04:52 PM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 03:28 AM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 11:11 AM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 01:10 PM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 03:34 PM
How to start a project with CodeIgniter? - by El Forum - 01-31-2012, 03:59 PM
How to start a project with CodeIgniter? - by El Forum - 02-01-2012, 01:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB