PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of ASCOOS CMS   Ascoos Framework   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Ascoos Framework
Framework of general purposes classes
Author: By
Last change: 25.0.0.10829
Date: 1 month ago
Size: 4,030 bytes
 

Contents

Class file image Download

Ascoos Cms

ASCOOS Framework 25'

Website GitHub top language GitHub Downloads (all assets, all releases) GitHub Release GitHub Release Date GitHub repo size

Description

This package is a very small part of the Ascoos Cms custom core for use with PHP 8.2 or later.

Ascoos Cms 25 consists of several core code blocks, one of which is the Ascoos Framework 25, as well as phpBCL8.

In older versions, the Ascoos Framework was integrated into the Ascoos Cms core, but in the new version 25 it becomes independent and is now one of the many main components of the Cms core.

In the modern way of programming, the ability of a core code to be modular, gives it the ability to adapt to modern methods and requirements. Ascoos Cms has had this to a large extent in its core since the first releases in the distant 2008. In 2010 it was almost a complete modular core code block.

Now, the new version 25 is now coming to create new data in its modular core.

Version 25 only works on PHP 8.2 or later, as the core has been redesigned from the ground up to support modern programming methods and features.

Part of the Ascoos Framework, it is provided as source code to make it easier for Web Developers to understand how to write the extensions they will create for Ascoos Cms.

SOURCEFORGE

Download ascoos-framework Download ascoos-framework Download ascoos-framework Download ascoos-framework

Download Ascoos Framework 24'

Contributing

Ascoos Cms, of which this Ascoos Framework is a part, contains encrypted source code, but a small part of it is given as source code for educational purposes.

Contributions are welcome github

Feedback

Please send any feedback or suggestions to @ascoos (Twitter) or create an issue on Ascoos Official site.

License

AGL-F

Download

OFFICIAL ASCOOS DOWNLOAD SITE Download Ascoos Framework 24 from GitHub Download Ascoos Framework 24 from PHPClasses

Installation and use

  1. Download latest release
  2. Unzip package in your root working directory
  3. Add in index.php or master php file the below code :
$path = '[YOUR SITE PATH]';
include $path . '/afw/autoload.php';

Ascoos Framework Namespace

    namespace ASCOOS\FRAMEWORK;

use...

    use ASCOOS\FRAMEWORK\Kernel\Core\TObject;