[Solar-talk] a few questions of a beginner

Rodrigo Moraes rodrigo.moraes at gmail.com
Tue Dec 11 07:37:14 CST 2007


Hello Giorgi, and welcome! :)

Let me try to answer your questions:

On Dec 11, 2007 11:14 AM, Giorgi Lekishvili wrote:
> - How does Solar scale? Taking into account how Solar is designed, I assume
> that it has to scale sufficiently well. However, I would like to see it in
> numbers ;)

Solar performance is great, but I think this is much more related to
your app than to Solar itself. I mean, you need to make your app able
to scale, as you would need to tune apps using any other framework to
scale.

> - Routing - is there a chance to plug in my router/url dispatcher? I prefer
> to have it django-regexp styled...

You can build your own front controller, and plug any routing
mechanism you want there. I have some examples and would be interested
to see your solution.

> - ORM - can I use another ORM? While the builtin package seems to be
> excellent, I would like to use Doctrine PHP...

Yes, sure. Nothing in Solar forces you to use Solar_Sql_Model. Nothing
is "tied" to it. Meaning: you can use any ORM you want, and Solar
won't stop you. :)

-- rodrigo


More information about the Solar-talk mailing list