Extend Chtml::resolvename

I want use custom namespace for input names

So CHtml::resolveName shout check if the model has some "postNameAlias" it ths property not extists then use get_class($model) as usually.

I want use transparent parameter binding without displaying class name within the URL (form with get method)

Thanks.