CodeIgniter is an open-source PHP web development framework created by EllisLab Inc. The framework implements a modified version of the Model-View-Controller design pattern.
0
votes
0answers
8 views
Location a specific model with CodeIgniter
I'm very new to CodeIgniter and am currently in the process of rewriting a site of mine so that it's compatible with CI. I have controller file located at /application/controllers/user.php
...
0
votes
1answer
4 views
codeigniter using ion auth, need to make input text fields longer
just installed ion auth for codeigniter and im customizing the login page.
the default login.php uses:
<?php echo lang('login_password_label', 'password');?>
<?php echo ...
1
vote
0answers
5 views
Echo a specific value from a multidimensional array using the Language class in Codeigniter
I'm having a confusion in Codeigniter and the Language Class. I'm using a library developed by Jerome Jaglale about Internationalization. The question might sound silly but if I have a ...
1
vote
2answers
17 views
Setting a name (alias) for codeigniter's email recipient
In the user manual of Codeigniter's Email Library, under Email Function Reference, wer see $this->email->from() with two parameters: an email address as well as as 'Your Name' that is set as the ...
1
vote
2answers
11 views
What is codeigniter's email priority?
Unfortunately there is not enough explanation about Email Priority and its usage in codeigniter's main user manual at http://ellislab.com/codeigniter/user-guide/libraries/email.html.
I would thank if ...
0
votes
0answers
9 views
Codeigniter, using set_checkbox in a controller
I've got a loop that generates checkboxes, I have it working within the view, but I would like to move it into the controller and then pass the resulting string to the view. The problem is ...
0
votes
0answers
13 views
ssl external content php codeigniter
I'm developing a site that is all behind SSL. Members can post profiles containing text, youtube vids, soundcloud sounds and external images. I have a filter in place to remove all iframes, js etc and ...
0
votes
1answer
19 views
File uploading with CodeIgniter
I am trying to build a form with CodeIgniter that has an image uploader and seem to be stuck. The database submissions work when I comment out the file uploading, but then nothing happens when I put ...
1
vote
2answers
29 views
CodeIgniter URL_TITLE UTF8 Characters?
I have problem with codeigniter something like this i have string this like
$string="Mučnina – problem u vožnji!";
When i do something like this
$url_title = url_title($string, '_', TRUE);
I ...
0
votes
2answers
27 views
codeigniter upload not working
i have a problem. I'm using CodeIgniter on Xampp Lite and the upload form doesn't work, it returns
You did not select a file to upload.
I declared the form multipart, the input's name is ...
0
votes
0answers
16 views
Double quotes in file name, Codeigniter Image upload and resize
I upload an image with the filename like this: 9’’ GW Shadow DLX 2. And I use the resize function to create thumbnails but I get this error:
The path to the image is not correct.
Image processing ...
0
votes
2answers
28 views
CodeIgniter - order my 'posts' by month?
In my website I'd like to create an 'archive' list to categorise my posts.
My posts table is set up like so:
id | post_title | post | pubdate | year | month
Currently this model function pulls the ...
1
vote
0answers
16 views
upload multiple files to amazon s3 fails
I am using codeingiter with s3 library, everything works fine with single file uploads, but when I try to upload multiple photos and their thumbnails, it hangs at the second putObject (the first ...
0
votes
2answers
10 views
JOIN operation codeigniter shows empty results
I am pretty new to codeigniter and was trying a JOIN operation. my database table users structure is
id username password user_type cust_id
8 abc xyz cust 7
...
0
votes
0answers
9 views
gcrud set_relation another field
I have some problem in codeingniter using grocerycrud as lib for generating tables.
I have:
Tbl_Menu
+--------+--------------------+
| IsFor | ForDescription |
+--------+--------------------+
| ...