Tagged Questions

0
votes
1answer
27 views

html parser codeigniter library?

Does someone here know a html parser library that will work with codeigniter?
0
votes
2answers
13 views

Can’t use Get in CodeIgniter

So I'm using codeigniter and I've had very letter experience with it so far but here's my issue. I have an if statement I've set up that says if (@$_GET['f'] == 'callback') then d …
0
votes
1answer
18 views

insert checkbox array with codeignitor

I am using codeignitor to insert into my mysql table the array of values $data = array ( 'name' => $this->input->post('place_title'), …
1
vote
3answers
47 views

Query in code igniter keeps returning a “1”

I am a code igniter noob. I have a controller like the following: <?php class Welcome extends Controller { function Welcome() { parent::Controller(); $this- …
3
votes
4answers
63 views

Caching large number of pages on php site

I'm involved in a project that will end up creating around 10 million new pages on an existing site. The site, and the new project, are built with CodeIgniter and connecting to MyS …
0
votes
4answers
108 views

Not using $_GET parameters

In working with CodeIgniter, it appears $_GET is disabled by default. I'm wondering why this is. A lot of times, I want to build very long search queries. So for example, I hav …
1
vote
4answers
42 views

Class methods and instance methods in codeigniter, how can I use them?

I am very new to codeigniter but understand OOP and MVC as I do a lot of Rails development. One thing I haven't figured out yet is how to write a class level method in codeigniter …
0
votes
3answers
34 views

Should this function be instance level or class level? …and how to make it work in codeigniter

In my codeigniter project I have <?php class User_model extends Model { function user_model() { parent::Model(); } // should we use instance method? …
0
votes
3answers
57 views

In PHP/CodeIgnitor how do you calculate Class & Form Rank based on grades for a student?

I have a database table that holds the following Grade Information for a student student_id subject_id gpa letter_grade (which is calculated based on gpa, & inserted when reco …
0
votes
2answers
31 views

perform cURL functions in CodeIgniter

I have to perform import-content functions from remote pages from my website using page urls provided by users. In short what digg, mixx, designfloat, etc do when we submit a story …
1
vote
4answers
199 views

PHP Framework: Ebay Like Site

Hello all, I am going to be builiding a site like ebay - with all the features of ebay. Please note my payment method is limited to paypal. What would be the best PHP framewor …
0
votes
1answer
19 views

Codeigniter WHERE on “AS” field

I have a query where I need to modify the selected data and I want to limit my results of that data. For instance: SELECT table_id, radians( 25 ) AS rad FROM test_table WHERE rad …
0
votes
3answers
113 views

What’s the proper MVC way to do this…?

Quick question about general MVC design principle in PHP, using CodeIgniter or Kohana (I'm actually using Kohana). I'm new to MVC and don't want to get this wrong... so I'm wonde …
1
vote
3answers
41 views

how do i set enviroment variables in WAMP

Hello, I am trying to get an environment variable to show up in $_ENV in my codeigniter app. How do i do this?
0
votes
1answer
37 views

Codeigniter Pagination over array instead of Database resultset

I have looked into trying to use the pagination class within codigniter but for my problem I need to paginate over an array of data and not a database table. In my code I create a …

1 2 3 4 5 29 next
15 30 50 per page