tomFlidr member since: Oct 07, 2016

tomFlidr's packages

  • JavaScript

    mvccore/app-questionnaires

    MvcCore Application - Questionnaires & Statistics - more complex example how to build very portable app with questionnaires definitions in XML, any question types also defined in XML and answers and anonymous statistics stored and loaded from mysql/mssql database.

  • PHP

    mvccore/example-blog

    MvcCore Example - Blog.

  • PHP

    mvccore/example-cdcol

    MvcCore Example - CD collection - classic CRUD example with default SQLite database and authentication.

  • PHP

    mvccore/example-cdcol-basic

    MvcCore Example - CD collection - classic CRUD example with default SQLite database.

  • PHP

    mvccore/example-cdcol-extended-models

    MvcCore Example - CD collection - classic CRUD example with default SQLite database and extended models.

  • PHP

    mvccore/example-cdcol-multilang-mobile

    MvcCore Example - CD collection - classic CRUD example with default SQLite database, with authentication, with multilanguage routes and mobile version.

  • PHP

    mvccore/example-cdcol-separated-doc-root

    MvcCore Example - CD collection - classic CRUD example with default SQLite database and separated document root.

  • JavaScript

    mvccore/example-file-manager

    MvcCore Example - File Manager.

  • PHP

    mvccore/example-helloworld

    MvcCore - Example - Hello World - very simple application with possibility to pack into single PHP result file.

  • PHP

    mvccore/example-helloworld-portable

    MvcCore - Example - Hello World For Portable Packing - basic application packing demonstration.

  • PHP

    mvccore/example-mariadb-global-logs

    MvcCore Example - MariaDB Global Logs Explorer

  • PHP

    mvccore/example-translator

    MvcCore Example - Pig Latin Translator - translate English to Pig Latin - https://en.wikipedia.org/wiki/Pig_Latin.

  • PHP

    mvccore/ext-auth

    MvcCore - Extension - Auth - authentication module with automatic authentication module type detection by loaded classes.

  • PHP

    mvccore/ext-auth-basic

    MvcCore - Extension - Auth - Basic - simple authentication extension, only to signin/signout user. Extension can use credentials defined in system `config.ini` or in database. Possibility to extend user, signin/signout forms, submit controller and extension class itself.

  • PHP

    mvccore/ext-cache

    MvcCore - Extension - Cache - register and use cache instances, cache interface.