help for yii

All the configurations that you have made to run your application are required to be transferred as it is to the customer. It includes, framework, application code etc.

Please note that, on your local system, you might call it as testing/ development environment but while deploying the application for real world, it will be in production. So, you must have to disable all the settings that were made for application testing i.e. debug or reporting about the errors.

ok thanks for that. i need to understand exception handling in yii. please suggest me a tutorial that covers the best.

Thanks for the help

You can study the hand book of Yii.

check Errors.

Hopefully will help you in understanding.

Hi rama,

Check out this wiki and bathe with Yii ;)

Kindly read those tutorials, as they were created for us beginners. We don’t want our great Yii programmers’ efforts to go in vain, do we? ;)

hi sir,

Thank you.

I am now looking for creating text boxes dynamically. For example , i have a field called electricity_bill in a society. now if i enter 5 i must be able to enter 5 electricity bills of concerned blocks. Its getting difficult to get this done sir. Please help me.

what is the real problem?

Creating the blocks/boxes or collecting the data?

You can create them dynamically using JavaScript or JQuery




document.getElemenetByID('id of the element').value='put the code';



and Collect the data using as an array of the boxes