cms icon indicating copy to clipboard operation
cms copied to clipboard

Gleez 2.0 and PHP FIG

Open sergeyklay opened this issue 12 years ago • 1 comments

It seems, in version 2.0 we should use PHP Framework Interoperability Group.

For example, it pushes to use such structure of files:

  • \Gleez\Blog\Controller => /path/to/project/lib/vendor/Gleez/Blog/Controller.php
  • \Doctrine\Common\IsolatedClassLoader => /path/to/project/lib/vendor/Doctrine/Common/IsolatedClassLoader.php
  • \Symfony\Core\Request => /path/to/project/lib/vendor/Symfony/Core/Request.php
  • \Zend\Acl => /path/to/project/lib/vendor/Zend/Acl.php
  • \Zend\Mail\Message => /path/to/project/lib/vendor/Zend/Mail/Message.php etc.

Also, we could use a third-party libraries, such as Drupal uses Symfony.

sergeyklay avatar Aug 31 '13 20:08 sergeyklay

The first step toward standardization: Gleez Autoloader

sergeyklay avatar Apr 06 '14 14:04 sergeyklay