On 27 August 2011 08:07, Aristotle Pagaltzis <[email protected]> wrote:

> If they all have Plack integration it’s trivially easy, something
> like
>
>    use Plack::Builder;
>    builder {
>        mount '/cat'   => $cat_app;
>        mount '/mouse' => $other_cat_app;
>        mount '/foo'   => $ledgersmb_app;
>        mount '/'      => $shinycms_app;
>    }
>
>
Can you integrate PHP apps with Plack?

Regards, Peter
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to