#1226: Suport for multiple public directory
-------------------------------+--------------------------------------------
Reporter: mug...@… | Owner: impl
Type: enhancement | Status: new
Priority: normal | Milestone: 1.0.3
Component: build | Version: 1.0.2
Severity: normal | Keywords:
Has_patch: 0 |
-------------------------------+--------------------------------------------
I suggest support for multiple public directory to use the same app for
multiple context. e.g. web context for PC users and mobile context for
mobile users.
Now, "agavi public-create" command creates files in static directory
"pub", and the directory must exist before executing command.
My suggestion is to make path of pub directory configurable and create
these directory via public-create command.
example directory tree:
{{{
Currently:
project
|-- app
|-- pub
|-- dev
`-- libs
My suggestion(1):
project
|-- app
|-- pub-web
|-- pub-mobile
|-- dev
`-- libs
My suggestion(2):
/usr/share/project
|-- app
|-- dev
`-- libs
/var/www/
|-- pub-web
|-- pub-mobile
:
}}}
--
Ticket URL: <http://trac.agavi.org/ticket/1226>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets