Menu

Tree [28ba02] 3.0.0 /
 History

HTTPS access


File Date Author Commit
 .idea 2018-09-04 andrea morello andrea morello [ea775e] Git version 1.1.0
 mcp 2018-11-12 andrea morello andrea morello [19123d] fix dumpAndExit and lncMcpExit
 mcp_modules 2018-10-09 andrea morello andrea morello [d97b15] Add new features jsonQuery, PreloadOnly, runTag
 mcp_test 2018-10-08 andrea morello andrea morello [294856] fix 3.01
 mcp_tools 2018-10-08 andrea morello andrea morello [294856] fix 3.01
 .gitignore 2018-09-04 andrea morello andrea morello [1c35eb] Git version 1.1.0
 FileSystemCall.dia 2018-10-08 andrea morello andrea morello [674f56] Upgrade Version with new Move And Tagging of MC...
 FileSystemCall.jpeg 2018-10-08 andrea morello andrea morello [674f56] Upgrade Version with new Move And Tagging of MC...
 Header.txt 2018-09-26 andrea morello andrea morello [d4056e] update
 LICENSE 2018-09-04 LinHUniX LinHUniX [0a0d7d] Initial commit
 README.md 2018-11-30 LinHUniX LinHUniX [f84fd2] Update README.md
 _config.yml 2018-09-28 LinHUniX LinHUniX [aab991] Set theme jekyll-theme-slate
 app.php 2018-10-10 andrea morello andrea morello [bc82fb] fix on the test
 composer.json 2018-10-08 andrea morello andrea morello [8f7c25] Fix to version 3.0.0
 ucm.php 2018-10-19 andrea morello andrea morello [a76153] fix all features and add gfx and ucm service

Read Me

Master Control Program

Is a simple MCP/MVC framework with out compose or other features an compatible with php 5.3 and more

Why MCP?

The big difference of a standard mvc and mvp is the presence obbligatories of a central code.
and your functionality is an extension of it :
- Slim
- Laravel

    Web >> MVP/MVC >> Your Code (as an extension of MVP/MVC);

A MCP is a layer, whe you ad this on your code, then is automatic estended with this features

    Web >> Your Code << MCP >> New Features;

That make the developper and the designer in a very confident solution :
- The designe don't need to know the php or the lnxmcp code but only the tag
- the backender developper can use the lnxmcp code as library or as estension

Don't Need Composer but support it

lnxmcp is born to is indipendent with composer, if is present use it
if is not present is a substitute of it and the autoloader

work with php 5.3 and upper

the logic is to be a manager of older and new code

support function and class namespace

The logic inside support both nmespace function and class

It's a reflection framework and not a solid framework

It is implement:
- simple log service
- simple mail service
- simple db pdo serice
- simple data cache
- simple shell command service

for more info [[ klzzwxh:0013 | Wiki GitHub Pages ]]

LNX (LinHUniX) MCP (Master Control Program) is a share code with free license.

Develop and Maintain by LinHUniX Ltd - 2002/2020 - Author is Andrea Morello (LinHUniX)

is a parts of the LN4 Note projects

tag to init row:

<? /*LNXMCP-INIT*/ if (function_exists("lnxmcp")==false){ include $_SERVER["DOCUMENT_ROOT"]."/app.php" ; }; lnxmcp()->imhere(); /*LNXMCP-END*/ ?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.