[Solar-talk] Example Solar Code
Rodrigo Moraes
rodrigo.moraes at gmail.com
Sun Mar 11 22:41:23 PDT 2007
On 3/12/07, Michael Soule wrote:
> That is a good example. Big help. Thank you!
Unfortunatelly, it won't work with Solar 0.27. It was released in a
pre-Solar_Request time so it uses Solar::get(), Solar::post() etc. To
work with Solar 0.27 these should be replaced by (inside app classes)
$this->_request->get(), $this->_request->post(), etc., or using a new
instance of Solar_Request if not inside app classes. From what I
remember this would be enough to make Aquamdb work with the latest
Solar.
rodrigo moraes
-------------------------------
http://tipos.com.br
More information about the solar-talk
mailing list