Pinatra icon indicating copy to clipboard operation
Pinatra copied to clipboard

A bunch of questions

Open aolko opened this issue 7 years ago • 2 comments
trafficstars

Is pinatra's routing better than klein.php's? Is pinatra's routing as functional as klein.php's? How do i use twig with pinatra? Does pinatra scale well (for use in both small and large apps)? Can i use routing in multiple paths? example

/
/admin
L index.php
index.php

i want my routes to be separate for admin and for the rest of the app (and to be located in index.php and admin/index.php) What about i18n?

aolko avatar Sep 20 '18 06:09 aolko

  1. I don't think so
  2. I don't think so
  3. actually I don't know now
  4. Yes, it is just a library. You can use it as you want.
  5. Yes, it is just a library.
  6. actually I don't know now

johnlui avatar Sep 20 '18 08:09 johnlui

will #3 and #6 be solved? Also, benchmarks when?

aolko avatar Sep 21 '18 06:09 aolko