25 Sep 2017
Scenario: On any application development the transaction related forms shall have currency field (if the application intended to support multiple currencies), which should become mandatory only when the amount is available
Detailed Description: Yii is a high-performance PHP framework best for developing Web 2.0 applications. Yii comes with rich features: MVC, DAO/ActiveRecord, I18N/L10N, caching, authentication and role-based access control, scaffolding, testing, etc. As a rule of thumb, you should never trust the data received from end users and should always validate it before putting it to ...
Tags: form rules , form validation , yii