Gannt Codeigniter to try
Hi there, have you guys tried instal this: https://github.com/josearodrigueze/jquery_gantt I'm using codeigniter but this dosen't work competely. I see only the first welcome page, and cannot see...
View ArticleHow to Integrate CI Script Login with SMF?
It is possible to integrate website login from my main site(CodeIgniter Framework 2.x) to SMF 2.x? My main script is under domain name http://www.example.com and my SMF script is under subdomain...
View Articlei18n language
I'm building a multilangual app with both CI views, as Vuejs views. Therefore I switched to i18n json translations. Very easy and accessible for both, since i can share the same language files...
View ArticleManaging user sessions
Team - relative novice - so please be patient! I am using CI 2.2 on a LAMP installation (Ubuntu 14.02). Our website uses sessions and stores data in a mysql table. Certain user interactions have...
View ArticleDrivers : Can a driver child access to siblings methods?
Greetings and thanks for your awesome work. I have an issue with CodeIgniter drivers! Let's suppose I have a driver named App and inside drivers folder I have App_child_one and App_child_two Code:...
View ArticleCodeigniter-Show Data in textbox based on condition
I had created a function that allow user to edit /update certain data based on below condition: If the records has been approved, user can edit all the data except the data for 'Linked Product', which...
View ArticleEmail html with images
Hi everyone, I am trying to send an email with a hml message that contain images (e.g. logo image). How can i do that? I tried to attach the image and reference only the name of file in html img..did...
View ArticleEmail como enviar mensagem html com imagem
Ola pessoal, Quero enviar email com mensagem html contendo uma imagem (por exemplo um logo), como faço?
View ArticleRoutes & Main Controller / Specific Controller
Hello Fantastic CI community ! I'm actually stuck in my mind and i need your help if you have 5 minutes to give away in order to save my soul I need a route like that : PHP Code:...
View ArticleHow to set 3 arg for vsprintf()
In my serialize() I have 3 arg. Member id, firstname, and lastname PHP Code: a:3:{s:9:"member_id";s:1:"1";s:9:"firstname";s:7:"John";s:8:"lastname";s:12:"Doe";} As you can see it only out puts the...
View ArticleResize in different sizes
Hi guys, I would like to upload an image that is cropped in different sizes, all at once, I did some tests and this is my controller. I would therefore like the 16x16 measure to go to the upload/16...
View ArticleUse pagination in controller
Hello When i use pagination library,i have to use _remap? Because when my address be localhost\myapp\users\page\1 (in this url,users is controller) it get error that not found page Why?
View ArticleExtracting a Field From 1 Record Returned
The code below works, allowing me to retrieve all fields for a single record. One of the fields I use from this record is 'name' but to access it on the view page, I must place two lines of code to...
View Articlescanning documents with CI or third party DLL
hi all, I need to create a button in a php application that will start my scanner (maybe using the standard twain drivers?) and scan whatever is on the scanner, placing the results in my DB. can I scan...
View ArticleMultiple forms and sub-tables in a single view
Let me start by saying this question isn't about how to have multiple forms in a single view, nor is it about how to validate multiple forms via a single controller. I already know how to do that. The...
View ArticleCodigniter grouping in views
Hello Codeigniter Community. I am just new to Codeigniter. And I am facing a small challenge now. Would you help me solve this? Here is my problem: I am making a questionaire system. The user should...
View Articleredirecting properly
all afternoon, I want to ask, why when I If session login, then the process of looping error What is the solution?
View Articleforbidden access 403 application/views/upload_form.php
hello, im a student n just started using codeigniter to develop a website using codeigniter 3.1.6 and xampp i got forbidden access error when accessing upload_form.php, can someone help ? here's my...
View ArticlePHP error encountered - Class CI Session files driver
Intermittently I get this error message saying, "Class CI session files driver contains 1 abstract method and must be therefore declared abstract or implement the remaining methods" PHP version - 7.0.8...
View Article[Solved] Codeigniter sessions Question
Hi, on my live domain for some reason my codeigniter session creates one for http://www.example.co.nz and one for example.co.nz Why is that it should only create one lot of sessions. Not sure what...
View Article