Tagged Questions
1
vote
2answers
87 views
Running CodeIgniter Project
I have a Whole web site project based on CodeIgniter framework. My problem is i don't know how to run this project on my local Mamp Server. I have Successfully set up Mamp and Also run the latest ...
0
votes
0answers
21 views
Codeigniter Ion_Auth write config file
Ion_auth am using Codeigniter with. ion_auth config file I need to write dynamic. Admin panel to writing for the setting.
$this->config->load('ion_auth');
...
-2
votes
1answer
42 views
Framework for messaging system (not IM) in a portal? [closed]
I'm building a messaging system for a portal built on CodeIgniter, in which members can message each other like what you see in most forums/portals (not chatting/Instant messaging), just like internal ...
0
votes
1answer
71 views
pyroCMS and codeigniter add-ons
Greetings I will just ask very simple question. I'm very new to PyroCMS and I was wondering
if is possible use same modules, add-ons, widgets and plugins created in Codeigniter for PyroCMS?
0
votes
1answer
77 views
Learn new framework or stick with my own? [closed]
I have looked for topics, but didn't find the one that is similar to my question. I have a very big project down the pipe so I decided, like probably a lot of you, to investigate whether I should ...
0
votes
0answers
92 views
Implementing SAAS module using php Codeigniter [closed]
I am going to implement SaaS module in my project . I am going to use Codeigniter as php framework.
I have over all idea about SAAS and also i have some basic concept about codeigniter.
And this ...
-2
votes
1answer
63 views
Undefined number of child divs on Foundation CSS Framework [closed]
I'm programming my own real estate web application with Codeigniter and Foundation Framework.
In the main view I have a list of properties (house, apartment, etc) and I read it from the DB
I want to ...
1
vote
1answer
62 views
Codeigniter: Get custom config file from a custom lib?
I´m extending CodeIgniters core lib (Log) with a better threshold level and a way to mail serious errors. But i can´t read my config file from my library for some reason. If i can´t access my ...
-1
votes
1answer
74 views
Codeigniter username in url
I'm trying to create user profiles for my site where the username is in the URL.
But how i can do it?
For example http://www.site.com/barackobama or else.
0
votes
0answers
119 views
Uncaught Error: NOT_FOUND_ERR: DOM Exception 8
the following php code that I wrote :
<?php
function getCountriesCheckbox() {
$query = $this->country_model->get_data();
foreach($query as $row){
...
1
vote
1answer
239 views
Codeigniter storing sessions in database
I am having trouble storing sessions in database with codeigniter.
When a user logs in, a session is created and stored in the database. The data is filled in the database. When a user uses the ...
1
vote
1answer
70 views
Is there different between calling $CI and using `this` in codeigniter? [duplicate]
Possible Duplicate:
get_instance() in Codeigniter: Why assign it to a variable?
I have a controller, and it have lots of functions, I would like to separate them into different cmd object. ...
0
votes
0answers
408 views
The best php framework to build and ecommerce website [closed]
I want to use a framework to build an ecommerce website but I don't know what is the best framework to use.
I was confused between CodeIgniter, Symfony2 and CakePHP, and the programming language I'm ...
0
votes
0answers
74 views
Codeigniter directory_map() no results
Spanish: Buenas, tengo una vista que utiliza la función directory_map('/var/www/directory/images/'), esta me devuelve un listado con los archivos que contiene la carpeta images. El caso es que en mi ...
0
votes
1answer
109 views
Can two or more PHP frameworks be used together? [duplicate]
Possible Duplicate:
Using multiple php frameworks on one website
I want to start building a web application for the first time. I'm good in PHP at least but wanted to use a framework ...
1
vote
5answers
222 views
PHP Framework for user login [closed]
I never used a PHP framework before and i'm searching for one right now.
The problem is i have a hard time decide wich one i should go with.
For what i saw, CodeIgniter and Yii seems to be the best ...
-1
votes
1answer
94 views
codeigniter / mvc frameworks for browsergame [closed]
I'm coding a bowsergame at the moment and wanted to do it all by myself, mostly to learn/train my php/mysql skills and for fun. I dont have any skills with neither mvc frameworks nor codeigniter. I'v ...
3
votes
2answers
197 views
Java to PHP to Yii [closed]
I would like to hear anyone's opinion about the "dilemma" i have.
For most of my career i have been programming in Java. Few years ago i switched to PHP and i have been mostly using OO-MVC for my web ...
0
votes
2answers
57 views
CodeIgniter: what is the scope of load->helper
In a controller class I have this function:
public function index(){
$this->load->helper('url');
$data['title'] = 'News archive';
$this->load->view('news/index', $data);
}
I ...
0
votes
2answers
58 views
user functions in CodeIgniter controller
I need to use some functions in CI controller.
For example:
class Main extends Controller
{
function index()
{
function foo1(){}
function foo2(){}
}
}
But I get an ...
0
votes
2answers
90 views
Jquery vs ajaxframework on codeigniter [closed]
I have a choice between two AJAX frameworks: jQuery (AJAX components) and AJAX framework built for CodeIgniter. I'd like to know which is easier to learn and which is faster?
0
votes
4answers
1k views
Good Php Framework for strong security [closed]
I'm trying to choose a framework that provides really good security of web applications, protects against as much of OWASP Top-10 as possible, such as:
Sql Injection
XSS
CSRF
Authentication
...
0
votes
1answer
138 views
How to access array field name value in the validation callback function?
I got some text inputs in my view:
<label for="car-n">Car Name:</label><input type="text" name="cars[]" id="car-n"/>
<label for="car-t">Car Type:</label><input ...
0
votes
3answers
245 views
CodeIgniter benchmarking with Smarty
I've connected Smarty to CodeIgniter and now of course i cant use {memory_used} and {elapsed_time}, but i want to know how i can output this information to my webpage now?
0
votes
0answers
151 views
Codeigniter Array Field Validation Issue
I need a tip if someone can help...
I am stuck over a validation in Codeigniter. Below is the issue.
A loop with a counter..
<div class="<?php if (form_error('shift_from[' . $counter . ']') ...
-1
votes
1answer
122 views
getting error when uploading image (php/codeigniter)
My problem is about making a directory in linux. My website has a back-end in which i can upload images for the site and it automatically creates folders according to YEAR and Month in which images ...
0
votes
2answers
55 views
Codeigniter - sessions seems to vanish? v2
Can anyone explain from this simple login script why the session seems to delete itself?
The is no destroying of sessions anywhere so I cannot see why it does this?
http://pastebin.com/sunXhSEE
0
votes
1answer
25 views
CSS doesn't want to be uploaded from another controller
I have some headers and footers that have CSS in them, and when I load the view in a controller, the CSS displays just fine.
However, when I use another controller to load the same view, the CSS does ...
0
votes
2answers
204 views
Codeigniter + oAuth Service
I am currently looking for a some tutorials or guides on how to implement your own oAuth service with codeigniter.
The only ressource I´ve seen so far is alexbilbie github oAuth2 Server
repository ...
1
vote
1answer
225 views
Model of MVC pattern, in context of PHP applications
I have read and studied a about MVC design pattern. Recently I have started working with Codeigniter framework in order to develop RESTFul web service for mobile application.
As I was looking at ...
0
votes
1answer
201 views
Codeigniter issue - The configuration file sites/mydomain.com.php does not exist
I have a codeigniter app that doesn't seem to 'see' the config file within my 'application' folder and whenever I attempt to load the site locally I get the following error:
The configuration file ...
0
votes
3answers
362 views
Stylesheet not working with Code Igniter
I am trying to fit a stylesheet into view with CodeIgniter, please bare in mind I am new to CI.
So the stylesheet seems to be included right and I am checking the location, but it still doesn't seem ...
0
votes
1answer
489 views
Track number of users online using Codeigniter (v2)
I am using Codeigniter 2 and would like to track the number of current users on a site into the database. I know this can be achieved using the built-in session class but I am unsure of what I am ...
1
vote
1answer
876 views
CodeIgniter with Firefox and Disallowed Key Characters
Recently I downloaded codeIgniter 2.1.1(the newest version).
I droped the CI files on my wamp on windows 7, After that simply I opened up firefox and type localhost and I saw this message "Disallowed ...
0
votes
0answers
174 views
Code Igniter Friends System Active Record issue
I have this query that selects all the statuses from the people who are being followed by a certain user. The only problem I have, is that I can't get the user's own statuses to show using this query:
...
-1
votes
2answers
375 views
Open-source solutions for PHP based client database applications [closed]
I'm trying to find the best fit for a open source PHP solution for maintaining client records.
The application will be private and for internal company use only (about 20-30 users max). It should ...
-3
votes
2answers
153 views
Where should a PHP framework be placed on a webserver?
Does anyone have an idea on where is it best to upload a PHP framework such as Yii, or CodeIgniter? Should I upload the files into a sub-directory within my website, or right into a root directory ...
0
votes
1answer
313 views
User tracking in CodeIgniter
I am littlebit new to the codeignitor framework.But love the simplicity.
I have a application requirement that the system need to log all the user activities.
Ex : if a user logged in :then i need ...
0
votes
1answer
66 views
Codeigniter session issue with multiple frameworks in same folder
I have a little problem.
I've codeigniter installed in my folder /folder/ and another codeigniter installed in another map in the same folder (/folder/new_codeigniter/).
When I'm logged in on ...
0
votes
1answer
138 views
Codeigniter file upload - possible to use callbacks? (v2)
Is it possible using the Codeigniter framework to put in some form of callback that will check to see if an uploaded file exists, if so give javascript confirm alert stating 'overwrite'.
If they ...
0
votes
2answers
93 views
form post variables in controller
this is my javascript view and the controller am calling.
javascript
$('#contact').submit(function(e){
e.preventDefault();
var name= $('input[name=contactname]').val();
var email= ...
0
votes
1answer
462 views
Enable Query string per controller in Codeigniter
Is there a way to enable query string in just one controller or for one function.
For example, I want to use query string in search function, and segments in every other.
Is there a way to do this?
...
1
vote
1answer
232 views
Code reuse in PHP framework between multiple projects
This is my first question here. :)
I am working on a little php framework and started to think of ways to re-use the same code between multiple projects. Right now with this framework it is possible ...
0
votes
1answer
148 views
CodeIgniter the way to validate form data without callbacks
I got the following array in my config file:
$config['reg_datas'] = array(
'high' => array(
7 => 200,
30 => 500
),
'box' => array(
7 => 125,
...
0
votes
1answer
365 views
Why I get the error 502
I am using codeIgniter
public function add()
{
if(!$this->session->userdata('id') || !$this->session->userdata('email'))
{
echo "please enter before";
exit();
...
0
votes
1answer
519 views
Codeigniter issue with uploading (v2.1) - (Wrong filetype)
The following function keeps telling me that I have uploaded the wrong filetype even though I am definately uploading a PDF file - can anyone suggest what is going wrong?
// output of the var_dump's
...
0
votes
2answers
285 views
Integrating stand alone applications inside codeigniter
I am currently building a user admin area for my site that would require file management. I came across extplorer and ajaxplorer as tools i would like to experiment with. I just have some issues ...
0
votes
1answer
229 views
CodeIgniter ionAuth library - cannot get the user object?
I am using Codeigniter 2.1 with the latest version of IonAuth (http://benedmunds.com/ion_auth)
I am having a problem getting the user object using the method described in the documentation, in the ...
9
votes
7answers
1k views
Big Headache: CodeIgniter or custom made framework, what's your thoughts?
If you'd like to develop a WebApp which you know that is going to scale and become bigger and bigger over time, would you use CodeIgniter or your custom made framework?
What's your arguments for ...
-1
votes
1answer
80 views
How to load the db class after the session in CodeIgniter
when i want to make a foreach($_SESSION['banners']->result() as $banner), i get this error:
The script tried to execute a method or access a property of an incomplete object. Please ensure that the ...




