gleez / cms

GleezCMS - A Light, Simple, Flexible Content Management System
www.gleezcms.org
205 stars 83 forks source link

Request/Response #723

Open sandeepone opened 10 years ago

sandeepone commented 10 years ago

IMHO we should replace the existing request/response with the symfony httpfoundation. https://github.com/symfony/symfony/tree/master/src/Symfony/Component/HttpFoundation

We can extend and replace the present request/response with the above class. I'm still open to opinions on various other approaches used in slim and other micro frameworks.

sergeyklay commented 10 years ago

Yes, I agree with you \o/

I would like to try (first) use Gleez Autoloader in Codebench and if it will show their best side to use it everywhere. Including for Request/Response, etc.

But I would like to express my opinion about Request/Response. You understand that this is a large amount of work? Let us first transform our classes to namespaces. Let's create a new branch for this. Current feature-bootstrap-3 branch can be a master. Current master may be old-stable. New version we can bump to 1.0.0

I believe that in order so that we could use all sorts of things from Symphony (Zend, Laravel, Fuel, Yii, Aura, Nette, Ohanzee, etc,) we must use PSR-0/1/2/3/4