Has anyone here tried PHP On Pie?

I created this structure to fill in what, in my opinion, was necessary for a PHP-like structure that was really efficient. My goal is to turn it into a real open source project, but since I have never run a popular open source project, I could use some feedback and tips.

My question is: has anyone used it here, and if so, what was your experience?

Do you have or not, do you have any recommendations on aspects not related to programming? What is missing from the point of view

  • Documentation
  • The convenience of use
  • Community features and support.
  • Whatever I think now.

Basically, any advice on how I can take it from my current state and make it at least somewhat popular?

http://phponpie.com

+3
source share
1 answer

I have seen this before, but I was not sure why I should use this instead of Zend Framework or Symfony, as zerkms said, it looks like another framework.

There are some question marks in the code. The code seems to mix and match the styles of PHP4 and PHP5 (there is no declaration of visibility for some class methods, some class constructors use constructors in the style of PHP4 ...) and it had inconsistent file names (iDb interface in Db.php) and inconsistent coding style, even in the same file.

, , .

+1

Source: https://habr.com/ru/post/1768167/


All Articles