Download the PHP package nicklas/comment without Composer
On this page you can find all versions of the php package nicklas/comment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nicklas/comment
More information about nicklas/comment
Files in nicklas/comment
Package comment
Short Description Anax comment module.
License MIT
Homepage https://dbwebb.se/anax
Informations about the package comment
Comment Module for Anax
This is a comment module for the Anax framework. This README.md assumes you have a decent knowledge of the Anax-framework.
Why use this module?
Well, maybe you are a front-end developer who's building an anax app and can't really bother with the backend stuff. Well this is prebuilt for you, so you can style the default views and use data from modules to create new ideas and pages with the data.
We've added some jquery in the views, so you can get some Ajax in the questions views, but it's optional to use.
What does it contain?
- Login System (users,admins)
- Questions and Answers System.
- Comment System
- Prebuilt HTMLForms
Setup
Let's get started. You can use composer to install the package, then we will integrate the module with your Anax.
Install with composer
Router files
- Copy the
config/route/comment
catalog and paste it in your own Anax installation. - Copy code in the
config/route.php
and paste it in your ownconfig/route.php
.
DI-container
Copy everything that lies in the config/di.php
and paste it in your own DI-container. Also
make sure that you add any dependency that you might not added already.
Also don't be surprised that we're adding a renderpage
class, since this module
uses it's own renderpage functions, therefore we need to add them in our DI.
Database
Use the SQL-code in the src/Comment/sql/setup.sql
to setup your database.
You'll need a config/database.php
file. In other words, you'll need a normal setup for
anax\database. If you already have a file, then you can use that one.
Views
In /views
you'll find the views for the module. You can copy them and paste it in
own Anax installation. Then you can style them for your own website.
PageRender
I recommend that you copy the src/page
into your own and that to the commentFrontController
in your DI, so you have better control of this part.
Add more?
You can use use class()
if you want to make your own Pagerenders with the modules.
License
This software carries a MIT license.
All versions of comment with dependencies
anax/configure Version ^1.0
anax/di Version ^1.0
anax/page Version ^1.0
anax/response Version ^1.0
anax/request Version ^1.0
anax/router Version ^1.0
anax/session Version ^1.0
anax/textfilter Version ^1.0
anax/url Version ^1.0
anax/view Version ^1.0
anax/htmlform Version ^1.0
anax/database Version ^1.1