Welcome Guest, Not a member yet? Register   Sign In
Installing Sentry
#1

[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.
#2

[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.
#3

[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
#4

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

Use FreakAuth 1.1 instead.

Dan
#5

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




Theme © iAndrew 2016 - Forum software by © MyBB