Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Milestone 2.2 - more semantic/modular folder structure #288

Open
nbish11 opened this issue Apr 18, 2015 · 0 comments
Open

Milestone 2.2 - more semantic/modular folder structure #288

nbish11 opened this issue Apr 18, 2015 · 0 comments

Comments

@nbish11
Copy link

nbish11 commented Apr 18, 2015

Instead of a folder structure resembling something like this:

/Klein/AbstractResponse.php
/Klein/HttpStatus.php
/Klein/Request.php
/Klein/Response.php
/Klein/ResponseCookie.php
$request = new Klein\Request;

Maybe, something like this could be done instead:

/Klein/Http/AbstractResponse.php
/Klein/Http/Status.php
/Klein/Http/Request.php
/Klein/Http/Response.php
/Klein/Http/Cookie.php
$request = new Klein\Http\Request;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant