I have a question as I need to have a global static variable and I have question is any possibility to add it to the application.ini file, how to do it?
You can specify value in the application.ini and in the Bootsrap.php you read it and save in Zend_Registry. You can also use PHP define method to create constants (if you veriable is constant).