Welcome Guest, Not a member yet? Register   Sign In
showing how many queries are running on the page
#5

[eluser]Michael Wales[/eluser]
The user is guide is located at http://www.ellislab.com/codeigniter/user-guide/? Big Grin

Here are a few quick tips off the top of my head:
1. If you use CI's Native Sessions (I love them, personally) - use the library available via the SVN.
2. You can get the SVN URL from the Download area in the User Guide.
3. Don't get stuck on only using CI code. There are tons of great third-party libraries and modifications that will make your life easier.
4. Validation is a great area for third-party libraries. Search these forums for SetFields() and validators - should save you a lot of time.
5. Always, always, always validate your input (beyond the validator class). Never trust your form submissions and never use a hidden field for anything you intend to verify.
6. <pre>&lt;?= print_r($this->data); ?&gt;</pre> is a life-saver
7. Never use Scaffolding
8. Use RegEx for URI Routing - the selectors CI provides will just make your life miserable


Messages In This Thread
showing how many queries are running on the page - by El Forum - 11-21-2007, 04:27 AM
showing how many queries are running on the page - by El Forum - 11-21-2007, 08:58 AM
showing how many queries are running on the page - by El Forum - 11-21-2007, 08:59 AM
showing how many queries are running on the page - by El Forum - 11-21-2007, 09:38 AM
showing how many queries are running on the page - by El Forum - 11-21-2007, 11:13 AM
showing how many queries are running on the page - by El Forum - 11-21-2007, 11:33 AM
showing how many queries are running on the page - by El Forum - 11-21-2007, 12:11 PM
showing how many queries are running on the page - by El Forum - 11-21-2007, 03:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB