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 - 07-13-2010

[eluser]Unknown[/eluser]
It very helped me.
Thanks!


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

[eluser]Unknown[/eluser]
[quote author="TSUK" date="1273251450"]Basic HMVC CI v1.7.2 w/AJAX + SEO + Login/Register

Download Here: http://downloads.sourceforge.net/project/totalshopuk/CI_Start_v1.7.2.zip

A great starting point for people looking to learn the CI Framework[/quote]

thanks for the file


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

[eluser]Starovich[/eluser]
Thanks for this insightful post.


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

[eluser]Unknown[/eluser]
hi, thank


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 08-06-2010

[eluser]Unknown[/eluser]
Very nice.
Thank you.


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 08-22-2010

[eluser]dbashyal[/eluser]
Thats very well written. Thanks.


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 09-08-2010

[eluser]Jelmer[/eluser]
Some updates (September 8):
- Added recommendation for CI2
- Simplified code examples for error reporting
- Added recommendation for Dan Horrigan's UhOh! library
- Removed recommendation to move application outside the system dir as that's in CI2 by default

Some more (September 9):
- Mentioned the new built in CSRF protection
- Mentioned the provided CAPTCHA helper


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 09-13-2010

[eluser]Prensil Technologies Pvt Ltd.[/eluser]
Nice post.


Starting with CodeIgniter setup: suggestions & best practices - El Forum - 09-20-2010

[eluser]Vega[/eluser]
http://github.com/derekallard/BambooInvoice

^This might might be a good project to learn from, it's by Derek Allard (creator of CodeIgniter).


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

[eluser]kris10[/eluser]
hi,

I have used CI few month ago but still feel like a beginer.

I have 2 questions I know it it not goot to mix many subject but it is related to begining

- 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 !!

- Second question relating with css and I can add javascript

where do you sugest to place addional css files or css in my previous projetct, I had 2 files in my directory : system ( where I have all CI files ) and includes where I had css, js and images and other scripts. How do you do ? and what is the best I want to start with good practice now.

Thanks