We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

My code Blog Multi-lingual Support

Hi all This is my project Blog project Multi-lingual Support test now,https://nginx-linuxmaster.rhcloud.com and source github page https://github.com/duythien/blog

Nice little app. A few comments:

1) Not the best namespace for the app. Unless you are a main contributor for the nginx.org project, and plan to have this hosted officially by them, having Nginx as the namespace can create confusion when multiple modules are being used. Perhaps Duythien might be better? That way people who see the code know where its home is.

2) The schema SQL has a bunch of data that's not needed (successful logins, sessions, etc). The CREATE syntax is needed to make the table, just not all the INSERTs.

3) Take a look at my locale class if you want to do locale-based redirects :-) https://bitbucket.org/moderndeveloperllc/phalconlocale



58.4k

Thank Mark Garrett, i will edit namespace for app