Difference between revisions of "Ferreteria"
m |
(→About) |
||
Line 8: | Line 8: | ||
</hide> | </hide> | ||
==About== | ==About== | ||
− | '''Ferreteria''' is a | + | '''Ferreteria''' is a [[PHP]] [[application framework]] and utility library. It was originally written for [[VbzCart]], but became useful in its own right as it developed. The name literally means "hardware" in Spanish; I used it because I came across the word in a hardware store full of useful tools, which made it seem somehow appropriate as a name for a software toolkit, and also because I seem to be using the affix "ferret" in a lot of my software projects. |
− | + | Although written in [[PHP]], it does not rely on any special characteristics of the PHP language or environment and should be portable to other languages. | |
===Premises=== | ===Premises=== | ||
Line 17: | Line 17: | ||
|- | |- | ||
| | | | ||
+ | |||
==Pages== | ==Pages== | ||
* [[/install]] | * [[/install]] |
Revision as of 13:29, 16 April 2022
About
Ferreteria is a PHP application framework and utility library. It was originally written for VbzCart, but became useful in its own right as it developed. The name literally means "hardware" in Spanish; I used it because I came across the word in a hardware store full of useful tools, which made it seem somehow appropriate as a name for a software toolkit, and also because I seem to be using the affix "ferret" in a lot of my software projects.
Although written in PHP, it does not rely on any special characteristics of the PHP language or environment and should be portable to other languages.
Premises
Every Ferreteria app will have some kind of on-server database, even if it's just a text file. (Currently only MySQL/MariaDB wrapper-classes are written.)
Pages
For coding conventions used within Ferreteria, see wooz:conventions/coding. versionsVersions 1-3 need to be renamed to 0.1-0.3 because they're all pre-release. This has been done in the docs for v0.3, but some code referencing v3 may still exist.
|
Apps/Applets
|
Links
Official
- GitLab: official code repository
- Redmine @ vbz: official project tracker