Tagged Questions

18
votes
14answers
15k views

What Code Igniter authentication library is best?

I see there are a few. Which ones are best maintained and easy to use? Or should I just write my own?
11
votes
9answers
2k views

Kohana or CodeIgniter?

I'm looking for a PHP framework. I did a research here and found CodeIgniter would be best for me. But then I discovered that there is Kohana based on CodeIgniter. And I'm annoyed, because since …
11
votes
12answers
2k views

Lightest possible PHP MVC

I currently use CodeIgniter for an MVC framework in PHP because it's a very bare framework, is there anything even more bare than CodeIgniter?
10
votes
14answers
3k views

Which PHP framework is closest to Ruby on Rails? CakePHP? CodeIgniter?

I'm going to be switching back and forth between Ruby on Rails projects and some as-of-yet undecided PHP MVC framework projects. Which of the PHP MVC frameworks out there (CakePHP, CodeIgniter?, …
8
votes
13answers
4k views

Have you switched from CodeIgniter to Kohana?

Hi All, I usually just work with straight PHP, but want to try MVC and see if a framework will really speed up development. After much waffling, analysis paralysis, and many dumb SO questions, I …
8
votes
4answers
1k views

Best practices: What’s the best way for constructing headers and footers? Call it all from the controller, or include from the view file?

Best practices: What's the best way for constructing headers and footers? Call it all from the controller, or include from the view file? I'm using Codeigniter. What's best practice? Loading all …
7
votes
4answers
735 views

MVC done right - Examples

I am new to both the MVC pattern and PHP frameworks. I picked up a copy of CodeIgniter for Rapid PHP Application Development, but the author does not use the M part of MVC and I can't seem to get his …
6
votes
7answers
2k views

CakePHP vs. Codeigniter

I'm new to both platform and my main decision factor is : Which one of the two will help me create and finish my first website(s) quicker? By that I mean - Better set of helpers, responsive and …
6
votes
7answers
2k views

Role Based Access Control in PHP

Are there any open source PHP-based role-based access control system that can be used for a codeigniter framework?
6
votes
8answers
917 views

Code igniter (PHP framework)

I am thinking of using a PHP framework called Code Igniter. One of the things I am interested in about it is that it's fast, I have however no way to find out how fast and would rather not simply take …
5
votes
2answers
280 views

good idea to integrate CodeIgniter with phpBB3 User System?

Is there a way to integrate CodeIgniter with phpBB3? The reason I ask is because I would like to use the user system as a base for my future CodeIgniter Application. Is it a good idea to use phpBB as …
5
votes
3answers
395 views

Best library for PHP Sessions

I have been using the CodeIgniter system for a while now - but it has it's short comings. I am grateful for what it taught me, but now I need a library for a new non-codeigniter project and so I am …
5
votes
2answers
272 views

how to move already written codeigniter code to kohana?

Hi, All I'm already using codeigniter for some time, and i liked it but it looks like i need to move to kohana, because my other team member need our code to fully use PHP5 feature. the problem is, …
5
votes
8answers
919 views

To use a PHP framework or not?

I've started writing quite a few applications in PHP mainly for Wordpress and becoming more and more familiar with the language. Someone told me about CakePHP and Codeigniter and I wanted to get a …
5
votes
1answer
174 views

What would my controller be in these scenarios in a mvc web application?

1) Where does the homepage of your website fit into "controllers"? I've seen some people use a "page" controller to handle static pages like, about, home, contact, etc., but to me this doesn't seem …

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