Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: persistent login
Post: persistent login

How would you implement a persistent login in CI3? No need to write code, please give me some pseudo ideas, would help me a lot :-) I wanted to write a library that simple handle the persistent logi...
4,997 Views
4 Replies
04-02-2016, 12:21 AM
rakibtg
    Thread: single error message for all the validations?
Post: single error message for all the validations?

Hi, take a look at the code: PHP Code: -- [ 'field' => 'action', 'label' => 'in', 'rules' => 'required|alpha|max_length[5]', 'errors' => [ '...
2,985 Views
1 Replies
01-07-2016, 03:31 AM
rakibtg
    Thread: Craftsman - Interactive CLI
Post: RE: Symfony Console CLI for Codeigniter 3.0

Great stuff!
16,366 Views
9 Replies
08-18-2015, 11:19 AM
rakibtg
  Thumbs Up Thread: Illuminate\Auth in Codeigniter 3?
Post: Illuminate\Auth in Codeigniter 3?

It would be great if we can integrate the Illuminate\Auth (https://packagist.org/packages/illuminate/auth) component in Codeigniter 3. any idea on it?
6,557 Views
3 Replies
08-09-2015, 10:25 PM
rakibtg
    Thread: How do you change the timezone?
Post: RE: How do you change the timezone?

Thanks everyone, and special thanks goes to @skunkbad. Once i changed the timezone then the entire website started to show inappropriate date, now after changing the mysql timezone its perfect now!
6,888 Views
5 Replies
07-19-2015, 11:29 PM
rakibtg
  Lightbulb Thread: How do you change the timezone?
Post: How do you change the timezone?

Is there any Codeigniter way to change the entire website time zone? Thanks for your time :=)
6,888 Views
5 Replies
07-19-2015, 09:46 AM
rakibtg
    Thread: Is Codeigniter good for my website?
Post: RE: Is Codeigniter good for my website?

@20GT forget programming B| you have wordpress :D
18,298 Views
9 Replies
07-12-2015, 09:46 AM
rakibtg
    Thread: Why can't we use static objects?
Post: RE: Why can't we use static objects?

Thanks skunkbad, kilishan, mwhitney, twpmarketing for the time :-) I am using CI since 9 or 10 month and i am still learning while developing ready to go production sites also I had to use Laravel ...
25,630 Views
12 Replies
07-06-2015, 11:39 AM
rakibtg
    Thread: Why can't we use static objects?
Post: RE: Why can't we use static objects?

Quote: -- My personal choice would be to NOT include authentication with CI.  I think it is better left as a third-party tool to be integrated by the developer.  This avoids "code-bloat", which we ...
25,630 Views
12 Replies
07-06-2015, 05:34 AM
rakibtg
    Thread: Why can't we use static objects?
Post: RE: Why can't we use static objects?

skunkbad Wrote: (07-04-2015, 09:28 PM) -- There are a couple of issues preventing you from using the Input class as static. Now you have access to the Inpoot static class that gives you access to CI'...
25,630 Views
12 Replies
07-05-2015, 08:32 AM
rakibtg
    Thread: Why can't we use static objects?
Post: Why can't we use static objects?

Why codeigniter does not support static use of an object, or is there any to use static method i may missing? Example: PHP Code: -- // the way we do is this $this->input->post('username'); // can w...
25,630 Views
12 Replies
07-04-2015, 01:17 PM
rakibtg
    Thread: Community auth not working
Post: RE: Community auth not working

I think i am messing up with the library :/ i cant understand how to call the function from the controller, for example here is how i am loading the view: Code: -- $this->load->view('templ...
24,943 Views
14 Replies
06-28-2015, 09:40 AM
rakibtg
    Thread: Community auth not working
Post: RE: Community auth not working

Thanks skunkbad, yes once i change the password then it worked. also i think we need a option to disable this feature? again, great library! thanks for the library
24,943 Views
14 Replies
06-27-2015, 02:50 AM
rakibtg
    Thread: Community auth not working
Post: RE: Community auth not working

skunkbad Wrote: (06-26-2015, 07:24 AM) -- Have you tried to follow the instructions for debugging? http://community-auth.com/documentation/debugging If you are trying to log into /examples, did you...
24,943 Views
14 Replies
06-26-2015, 08:24 AM
rakibtg
    Thread: Community auth not working
Post: Community auth not working

i have installed @skunkbad's Community Auth (http://community-auth.com/) in my CI3 site followed by the instructions. i was able to create a dummy user by editing the user_data array that is insid...
24,943 Views
14 Replies
06-26-2015, 04:39 AM
rakibtg
  Thumbs Up Thread: How do you scale/fit an image?
Post: RE: How do you scale/fit an image?

CroNiX Wrote: (06-22-2015, 03:00 PM) -- create_thumb is probably what you want then -- Thanks, but enabling ''create_thumb'   => true'' didn't scale the image :/ it generates a 146x200 image., any ...
7,949 Views
5 Replies
06-22-2015, 03:18 PM
rakibtg
    Thread: How do you scale/fit an image?
Post: How do you scale/fit an image?

CI3 Image Manipulation library can resize() or crop() image, but it would be great if it had a method to scale an image like scale()! I need to scale an image, for example what ever the image size ...
7,949 Views
5 Replies
06-22-2015, 02:56 PM
rakibtg
    Thread: Say hello to my new library: CodeIgniter Postal
Post: RE: Say hello to my new library: CodeIgniter Posta...

this is a great library thanks for sharing :)
5,397 Views
3 Replies
05-28-2015, 07:31 AM
rakibtg
    Thread: Use utf-8 fonts in url?
Post: RE: Use utf-8 fonts in url?

i think urlencode will also not gonna work, cause latest browsers decode it right in the addressbar :[
12,614 Views
0 Replies
03-29-2015, 11:58 AM
rakibtg
    Thread: Use utf-8 fonts in url?
Post: RE: Use utf-8 fonts in url?

In that case it is not possible to add every single characters in that string. what could be another option? this way seems to be black-hat but can we apply a white-hat approach, i am not sure if i am...
12,614 Views
0 Replies
03-29-2015, 11:22 AM
rakibtg

Theme © iAndrew 2016 - Forum software by © MyBB