Zend Framework ile görüşlerini geçmek için bir URL parametresi eklemek için en iyi yolu nedir?

1 Cevap php

I'm developing a mobile site using Zend framework, and the site has two possible output formats (WML and XHTML). I'm using the same models and controllers, and then just setting which view to render with in the controller. At the moment, this is decided on by the HTTP Accept header. This needs to be definable in the URL as well. The way I'd like to do this is with a URL like the following: http://example.com/wml/controller/action http://example.com/xhtml/controller/action

Zend Framework kullanarak bunu başarmak için en iyi yolu nedir?

Teşekkürler!

1 Cevap

Sen Eylem Yapanlar bölümünde Context Switching bakmak gerekir. Sen URL yoluyla bir biçim parametresi iletebilirsiniz ve eylem gelen çıkış türünü değiştirmek olacaktır. Kolayca WML için bir bağlam sınıf oluşturmak gerekir.

Peki yerine URL bu gibi görünüyor:

http://www.example.com/controller/action/format/wml