-
Notifications
You must be signed in to change notification settings - Fork 0
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: [url]http://codeigniter.com/forums/viewthread/53619/P15/#262381[/url]
Q. Why doesn't Code Igniter support table prefixes in JOIN statements?
A. Because it doesn't work. Use table aliases instead. [url]http://codeigniter.com/forums/viewthread/48161/[/url]
Q. How do I embed views within views? Nested templates? Header, Main, Footer (Blocks) design?
A. There are several approaches to this design problem. Coolfactor's View Library is one. [url]http://codeigniter.com/forums/viewthread/49910/[/url] Another place to get advice if you don't want to add a new library is Rick Ellis' original thread on the subject (Embedding Views within Views). [url]http://codeigniter.com/forums/viewthread/44916/[/url]