Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

nette-examples/cd-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

206 Commits

Repository files navigation

CD collection [DISCONTINUED]

This project is a reinterpretation of the classic Zend Framework Tutorial but for the Nette Framework.

The example illustrates a notable feature of the Nette Framework: URLs are not directly referenced within the application, including templates. The router manages URLs, allowing for their modification at any time. Links always target a combination of "Presenter:action" or "Presenter:signal!".

What is Nette Framework?

Nette Framework is a distinguished tool tailored for PHP web development. Designed with an emphasis on usability, it also prioritizes security and performance, making it one of the safest PHP frameworks out there. It provides an intuitive experience, assisting developers in creating top-notch websites.

Getting Started

Follow these steps to set up the example:

git clone https://github.com/nette-examples/cd-collection
cd cd-collection
composer install

For a quick start, launch the built-in PHP server in the root directory:

php -S localhost:8000 -t www

Now, navigate to http://localhost:8000 in your browser to see the welcome page.

About

[DISCONTINUED]

Resources

License

Stars

Watchers

Forks

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /