Skip to content
World Wide Web Server edited this page Jul 4, 2012 · 112 revisions

Code Igniter - Frequently Asked Questions

Q1. When is the next version of Code Igniter coming out? Q2. What can I expect from the next version of Code Igniter?

A. Code Igniter is a product of EllisLab. New releases and new features in the framework are made available when it is possible to release them, and may always be a surprise: http://codeigniter.com/forums/viewthread/53619/P15/#262381

Q. Why doesn't Code Igniter support table prefixes in JOIN statements?

A. Because it doesn't work. Use table aliases instead. http://codeigniter.com/forums/viewthread/48161/

Clone this wiki locally