CodeIgniter Forums
Starting with CodeIgniter setup: suggestions & best practices - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Starting with CodeIgniter setup: suggestions & best practices (/showthread.php?tid=21388)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 10-07-2010

[eluser]Jelmer[/eluser]
Quote:- If you start a new project from scratch what is the best : starting with CI 1.7 or version 2.0 I don’t want to migrate in few weeks / month when my project will be finish !!
Did you even read the original posts? It's covered the very first heading in there!

Quote:- Second question relating with css and I can add javascript
Do a forum search on "asset management", there's many solutions that might help you.
In general I'd suggest adding dirs like "css" and "images" in the same directory as the index.php, and then you can use CI's HTML helper for instance like this:
Code:
echo img('images/picture.jpg');
echo link_tag('css/mystyles.css');



Starting with CodeIgniter setup: suggestions & best practices - El Forum - 10-07-2010

[eluser]kris10[/eluser]
yes I read the begining of this post that is why I ask this question. I red "CodeIgniter 2.0 is unfinished at this point" so I imagine I have to wait... Sorry english is not my native language and as far as I understood it is too early.

And concerning the second point thanks it confirm that I will keep what I did. Just add a directory in the same level as index.php ( only one because in want a simple installation and I don't want 100 folders to copy; I will have only 2 + index.php


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 10-07-2010

[eluser]Jelmer[/eluser]
Quote:yes I read the begining of this post that is why I ask this question. I red “CodeIgniter 2.0 is unfinished at this point” so I imagine I have to wait… Sorry english is not my native language and as far as I understood it is too early.
From what you write I'm guessing you do get most English, and it helps to keep reading after the first sentense. Here's the third sentense in that paragraph:
Quote:As such the 2.0 code is considered by many to be as stable or more stable then the 1.7.2 version.

Also check out what Moderator Jamie Rumbelow wrote about this.


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 10-07-2010

[eluser]kris10[/eluser]
Thanks in that case, I have the green light and I will try CI2.0 Smile


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 10-23-2010

[eluser]Unknown[/eluser]
thanks for all of these, very useful to us.


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 10-28-2010

[eluser]Unknown[/eluser]
Great Job.. Thanks


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 10-28-2010

[eluser]Unknown[/eluser]
[quote author="Jondolar" date="1249796324"]You couldn't have posted this 3 months ago :-)

Nice job and great contribution.[/quote]Thanks for taking the time in making this, nice contribution to the forums.


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 10-30-2010

[eluser]Unknown[/eluser]
This is very helpful.Thanks for sharing it here.


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 11-02-2010

[eluser]Unknown[/eluser]
Hey Jelmer,

Thanks for sharing your insights on CodeIgnitor.

I wished I've come across it earlier; it would have made things WAY easier for me.

Anyways, it's never too late.

Thanks again!

Sean


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 11-18-2010

[eluser]Unknown[/eluser]
Thanks for your sharing. That is very helpful to me, really.