Tips on Configuration
As you can see from the demos, DooPHP does not use any Globals or had any define() used in the code. All configs are done in common.conf.php where variables are…
Continue ReadingAs you can see from the demos, DooPHP does not use any Globals or had any define() used in the code. All configs are done in common.conf.php where variables are…
Continue ReadingDooPHP can be easily extend to support I18n internationalization and localization for your web applications. Basically, you just need to extend the DooController and add functions for translation in the…
Continue Reading