...

Package

MiMiMi Framework version 7.4 Developed by MiMiMi Community File size: 15,2 mb

Released Yesterday

This version focuses on MVC-based development.

it has 1 demo sites
Super administrator
Download

Today's news is simply wonderful! Version 7.4 of MiMiMi Framework has been released. The improvements are few, but they are useful: 1. The basic module Telegram, represented by the file "mimimi.modules/Telegram/Telegram.php", now supports HTTPS/SOCKS proxying with or without authentication. Dual proxying is also supported - that is HTTPS/SOCKS proxying through a pure SOCKS tunnel (pre-proxy). For this purpose, the module has 3 configuration methods: - "setProxyAddress" to specify the address and port of the proxy or tunneling server; - "setProxyType" to specify its type (socks4, socks5, https); - "setProxyAuth" to specify the authorization data on that server. These methods should be called with the required parameters before a group of API requests you wish to proxy. Calling "setProxyAddress" method without parameters cancels proxying for the next group of API requests. Similarly, calling "setProxyAuth" method without parameters resets authorization ("logs out") for the next group of API requests. 2. The installation package includes two starter templates for a simple "Hello World!" application: "hello.world.flat" and "hello.world.nodular". This allows you to choose a basic application template when installing the framework and using it for your own development. The first is an app with linear logic, while the second is an app with support for a node-based structure consisting of multiple subordinate modules. 3. The "MVC Skeleton" application has been added, implementing a Model-View-Controller architecture with the ability to specify the desired combination of controller, or/and model, or/and view via the page URL. This application also demonstrates an example of assigning rules defined by the M/V/C-component developer to configure their combination.

Name + Author Created Link Watches
1. MVC Skeleton MiMiMi Community

The eighth demo developed for MiMiMi Framework.

Yesterday