CodeIgniter Forums
A full real CI example website (see story inside) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: A full real CI example website (see story inside) (/showthread.php?tid=22551)

Pages: 1 2 3 4 5 6


A full real CI example website (see story inside) - El Forum - 09-30-2009

[eluser]jabga[/eluser]
I am start learning about framework and I really likes Code igniter, I read all user guides but don't know where to start.
And at the moment, i am seeing trought you code. Really thank you guys. this code is... thank you guys. Smile
tnx for sharing your hard work.


A full real CI example website (see story inside) - El Forum - 10-23-2009

[eluser]developer10[/eluser]
well, i tried to revive your site and of course, make the changes

database.php did not exist in config folder, so it had to be added, no big deal.
i had to install memcache on my system, too
but something else is bothering me. i cant log in. i can register, but when i try to log in, nothing happens

maybe its necessary to mention that i had to change "uri_request" to "auto" in order for any links to work.

so, has any of you an idea why i cant log in? interesting fact: data in my database shows the time just like
the login was successful. maybe this will be helpful.


A full real CI example website (see story inside) - El Forum - 10-29-2009

[eluser]Unknown[/eluser]
Thank's... it was one of the things i had in my wishlist

Congrats


A full real CI example website (see story inside) - El Forum - 11-07-2009

[eluser]aroman[/eluser]
hi gullah
after viewing the code, is it possible to retrieve the cached data from server and the code looks like this $data['memcache']->get('key') however that 'key' is not yet being set with some data ?


A full real CI example website (see story inside) - El Forum - 12-08-2009

[eluser]viisik[/eluser]
[quote author="brianw1975" date="1252910217"]Thanks![/quote]

Can anyone explain to the beginner how to set up this script on a WAMP server, assuming the files are located in http://localhost/wamp/www/ folder

do you need to use htdocs folder on the wamp server as well or not

in addition to that how is the URL rewrite done, if it´s needed


A full real CI example website (see story inside) - El Forum - 02-05-2010

[eluser]Phil Sturgeon[/eluser]
I had planned to download this and ruthlessly pillage features for PyroCMS but it seems like your server is taking a nap. Any ideas?

If anybody else has a copy, let me know. ;-)


A full real CI example website (see story inside) - El Forum - 03-03-2010

[eluser]eclectic01[/eluser]
ditto - would be nice to have a look at the code.


A full real CI example website (see story inside) - El Forum - 03-03-2010

[eluser]Johan André[/eluser]
Me too!


A full real CI example website (see story inside) - El Forum - 03-06-2010

[eluser]33cent[/eluser]
Here it is guys Wink

http://www.sendspace.com/file/kt3akf


A full real CI example website (see story inside) - El Forum - 03-07-2010

[eluser]Johan André[/eluser]
Thanks alot! Smile