Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: application modules for code igniter
Post: RE: application modules for code igniter

thanks
4,184 Views
3 Replies
03-26-2018, 03:51 PM
danielcr_2018
    Thread: question about directory permissions
Post: RE: question about directory permissions

I checked with Ubuntu's unzip, and got the directories with 775. So the thing causing the problem is KDE's Ark. skunkbad, whether I use unzip or Ark I have to change directory permissions, so thank...
4,251 Views
4 Replies
03-26-2018, 01:30 PM
danielcr_2018
    Thread: application modules for code igniter
Post: application modules for code igniter

Hi I am thinking that there are some repetitive tasks in programming. Now I'm developing an application and I'm doing a blog module. I'm doing it from scratch. I was wondering if there is a reposit...
4,184 Views
3 Replies
03-23-2018, 04:54 AM
danielcr_2018
    Thread: Eclipse PDT Plugin for CodeIgniter
Post: RE: Eclipse PDT Plugin for CodeIgniter

Thanks donpwinston It seems that it doesn't work on CI 3. After adding system folder I couldn't get code completions. Screenshot attached.
8,675 Views
6 Replies
03-22-2018, 05:49 AM
danielcr_2018
    Thread: Eclipse PDT Plugin for CodeIgniter
Post: RE: Eclipse PDT Plugin for CodeIgniter

Quote: -- You got to add the system folder to the PHP include path. -- How do you do that?
8,675 Views
6 Replies
03-20-2018, 02:02 PM
danielcr_2018
    Thread: question about directory permissions
Post: question about directory permissions

In Code Igniter all the directories have 700 permissions. To make my applications work I have to change the permissions to 755 on all directories. Why is the code igniter release configured with these...
4,251 Views
4 Replies
03-20-2018, 01:41 PM
danielcr_2018
    Thread: question about module in application
Post: RE: question about module in application

Thanks Quote: -- For the poems you can just use a blog that allows comments. -- Do you know any good software made for code igniter or something coded in php?
3,239 Views
3 Replies
03-17-2018, 04:03 PM
danielcr_2018
    Thread: How to Retrieve session id
Post: RE: How to Retrieve session id

You have to load session library. Add a __construct method to the Login controller and load the library. This will let you access to the library's functions in any method inside the controller.  I ...
23,920 Views
6 Replies
03-14-2018, 05:26 PM
danielcr_2018
    Thread: question about module in application
Post: question about module in application

Hi, I've been asked to develop an application with two modules, an online store for selling digital books and the other module is a special page where my client wants to post poems and let the users p...
3,239 Views
3 Replies
03-14-2018, 04:59 PM
danielcr_2018
    Thread: skin for backend
Post: RE: skin for backend

This is cool guys! Thanks a lot.
4,334 Views
3 Replies
03-08-2018, 03:17 AM
danielcr_2018
    Thread: skin for backend
Post: skin for backend

Hello guys, I'm working on the backend of my application and now it's only black and white, so I'm looking for a skin for the backend. Do you know of any site on the internet to get skins?
4,334 Views
3 Replies
03-05-2018, 06:16 AM
danielcr_2018
    Thread: help for profile implementation
Post: help for profile implementation

Hi friends, I'd like to ask for advice in a small application I'm working. My job is to create an application with two profiles, administrator and user. For the implementation, my idea is to do a ...
1,755 Views
1 Replies
02-19-2018, 07:19 AM
danielcr_2018
    Thread: set_radio function
Post: RE: set_radio function

I changed the code to use form_radio, but it didn't work. So I looked into the set_radio declaration, in system/helpers/form_helper.php, and made a few changes, and now it's working. I'm taking you...
6,753 Views
6 Replies
02-14-2018, 01:50 PM
danielcr_2018
    Thread: set_radio function
Post: RE: set_radio function

OK, the first file is listar_casos.php. This is the view showing the people, where the user choose a person to edit it's data. This file sends sends person's ID to the controller as a query string. ...
6,753 Views
6 Replies
02-13-2018, 06:49 AM
danielcr_2018
    Thread: set_radio function
Post: set_radio function

Hi, I'm Daniel, and I've been using Code Igniter for two months. I'm really thankful for the work on this framework. I'm developing a little application and found a strange behavior in set_radio fu...
6,753 Views
6 Replies
02-12-2018, 11:30 AM
danielcr_2018

Theme © iAndrew 2016 - Forum software by © MyBB