-
Notifications
You must be signed in to change notification settings - Fork 0
Q. When is the next version of Code Igniter coming out? 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. I've got cool new code for CI. What is the process for getting it included in the official CI distribution?
A. New code is not welcom; tested and documented code will be considered for inclusion but all decisions about incorporating it fall to EllisLab. Basically, if you want to satisfy your lust for abiding fame you have to make an effort to promulgate your code to as many CI developers as possible who put it through an informal 'vetting' process. As part of this process you should create a 'manual page' to help people learn.
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? Partials? Page Fragments?
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]