CodeIgniter Forums
Installing Sentry - 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: Installing Sentry (/showthread.php?tid=1865)



Installing Sentry - El Forum - 07-01-2007

[eluser]Unknown[/eluser]
Hi. I went through all the 7 pages in the main Sentry thread and I'm totally lost. I'm totally new to Code Igniter and have no idea of how to "install" sentry.

I noticed everyone seemed to know in that thread, so I'm asking in this one.

In fact, how do I install any library? Where can I find that information?

Thanks,

g.


Installing Sentry - El Forum - 07-02-2007

[eluser]Iksander[/eluser]
Sentry is a bit outdated I believe - there is a thread that 'agraddy' started concerning his own simple authentication solution - there is also FreakAuth 1.0.4 (which is quite a bit more comprehensive). Look for those in the 'Ignited Code' forum.

Installing libraries is as simple as dropping them into your 'libraries' directory within your 'application' directory - then you would load them and use them as any other library...

Code:
$this->load->library('somelibrary');
$this->somelibrary->somelibraryMethod();

Reading the userguide thoroughly should help you with the finer details regarding libraries.


Installing Sentry - El Forum - 10-18-2007

[eluser]Hitesh Kapadia[/eluser]
[quote author="hermanobrother" date="1183368587"]Hi. I went through all the 7 pages in the main Sentry thread and I'm totally lost. I'm totally new to Code Igniter and have no idea of how to "install" sentry.

I noticed everyone seemed to know in that thread, so I'm asking in this one.

In fact, how do I install any library? Where can I find that information?

Thanks,

g.[/quote]


hi..
can u send me the sentry code file...!
b'coz at original place it's missing..!
thanx


Installing Sentry - El Forum - 10-18-2007

[eluser]danfreak[/eluser]
Again: Sentry has been left alone, outdated, and not compatible with Ci 1.5.4.

Use FreakAuth 1.1 instead.

Dan


Installing Sentry - El Forum - 10-18-2007

[eluser]Hitesh Kapadia[/eluser]
Oh, I see... Thanx Dan,
Now I'm trying to use FraekAuth..
Thanx buddy...!