Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Encrypt in CI, decrypt in Python
Post: Encrypt in CI, decrypt in Python

Hello, I've been struggling with these the past day. I'm encrypting some passwords in CI using an encryption key. What i want is to be able to decrypt those and get the original passwords from pyth...
2,725 Views
1 Replies
12-15-2015, 09:02 AM
Sentro
    Thread: Upload utf-8 file name
Post: Upload utf-8 file name

Hello, I'm trying to upload some files ( Greek btw ) and CI just doesn't seem to like them. The file name that is being sent to the server is in Greek Code: -- checked the $_FILES variable -- . ...
1,806 Views
0 Replies
12-10-2015, 06:36 AM
Sentro
    Thread: Separate Client Portal from main app
Post: RE: Separate Client Portal from main app

InsiteFX Wrote: (11-18-2015, 01:10 PM) -- If you place all the controller class files into the one MY_Controller file then you do not need an autoloader. -- What do you mean ?? Like move every s...
11,598 Views
9 Replies
11-19-2015, 02:20 AM
Sentro
    Thread: Separate Client Portal from main app
Post: RE: Separate Client Portal from main app

rtorralba Wrote: (11-17-2015, 04:46 PM) -- Hi, I think you can make two folders in controllers for backend and frontend and the same at views, and share the models. In addition to this at MY_Contr...
11,598 Views
9 Replies
11-18-2015, 09:21 AM
Sentro
    Thread: New to codeignitor - need help with combining all parts together
Post: RE: New to codeignitor - need help with combining ...

The way i started picking things up ( was also new to MVC ) was to find another codeigniter application. Downloaded it and started playing around with its code. Then i started my own and moved one fu...
3,258 Views
2 Replies
11-18-2015, 09:00 AM
Sentro
    Thread: Using flashdata after redirect?
Post: RE: Using flashdata after redirect?

Try adding in the login constructor and see if that works. PHP Code: -- $this->session->keep_flashdata('message'); -- Also remove 'refresh' from the redirect.
32,883 Views
14 Replies
11-17-2015, 04:41 AM
Sentro
    Thread: Separate Client Portal from main app
Post: Separate Client Portal from main app

Hello, I have an application running and about to create a client portal. Database is the same. What would be the best way to separate the client's portal from the main app?? Split the controll...
11,598 Views
9 Replies
11-17-2015, 03:25 AM
Sentro
    Thread: Set currency based on IP address
Post: RE: Set currency based on IP address

Are you getting any errors?? What's the issue here?
3,389 Views
1 Replies
11-17-2015, 03:00 AM
Sentro
    Thread: Database updates for live application
Post: RE: Database updates for live application

It's just that we are about to leave the beta and i've already abandoned one and about to abandon another method for updating and don't really wanna go live and the having to change it again in a few ...
5,295 Views
4 Replies
11-12-2015, 01:29 AM
Sentro
    Thread: Database updates for live application
Post: Database updates for live application

Hello, I've been using Codeigniter for the past year and and currently have my application in beta testing. I've had a couple of issue here and there updating the database. First method i tried...
5,295 Views
4 Replies
11-11-2015, 01:31 AM
Sentro
    Thread: Simple HMVC
Post: RE: Simple HMVC

Martin7483 Wrote: (10-30-2015, 01:48 AM) -- Thanks for the heads up on that! Will add the fix later today. How is it working out for you? -- Awesome, pretty much what i was looking for. Simple a...
34,528 Views
17 Replies
10-30-2015, 02:10 AM
Sentro
    Thread: Simple HMVC
Post: RE: Simple HMVC

One thing i came upon is in "MY_Loader.php" when you require the "base_module.php" file. On linux systems the file could not be located so either had to change the file name to lowercase or change t...
34,528 Views
17 Replies
10-30-2015, 01:37 AM
Sentro
    Thread: HMVC issue
Post: RE: HMVC issue

Martin7483 Wrote: (10-23-2015, 12:54 AM) -- Sentro Wrote: (10-23-2015, 12:43 AM) -- Martin7483 Wrote: (10-22-2015, 03:45 PM) -- Hi! Maybe you can take a look at my approach of HMVC in CodeIgnite...
9,975 Views
7 Replies
10-23-2015, 01:03 AM
Sentro
    Thread: HMVC issue
Post: RE: HMVC issue

Martin7483 Wrote: (10-22-2015, 03:45 PM) -- Hi! Maybe you can take a look at my approach of HMVC in CodeIgniter http://forum.codeigniter.com/thread-63078.html -- Hello, I downloaded your a...
9,975 Views
7 Replies
10-23-2015, 12:43 AM
Sentro
    Thread: HMVC issue
Post: RE: HMVC issue

davicotico Wrote: (10-22-2015, 11:16 AM) -- Your class Test should extend MX_Controller: PHP Code: -- class Test extends MX_Controller{ } -- -- Changed that and still now luck. If i try C...
9,975 Views
7 Replies
10-22-2015, 03:14 PM
Sentro
    Thread: HMVC issue
Post: HMVC issue

Hello, I've been using Codeigniter for a while now and i want to introduce modules to my app. I've downloaded wiredesignz latest extension ( supposed to support CI 3.x ) and i've been having troub...
9,975 Views
7 Replies
10-22-2015, 09:01 AM
Sentro

Theme © iAndrew 2016 - Forum software by © MyBB