Revision #19 has been created by ajsharma on Dec 16, 2010, 6:32:51 AM with the memo:
fixed typo in title
« previous (#18)
Changes
Title
changed
Performance - A Guide For Best Practisce
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
performance
Content
unchanged
[...]
As you can see it's quite simple. If you use the type-safe operator extensively, you will have a small performance boost and your statements will be less error-prone since you always compare values of the same type. Also note that using the type-safe operator is always faster, even if you cast each value you want to compare to a specific type.
## 3. Yii Framework / Applications ##
>Info: Soon