Skip to content

Instantly share code, notes, and snippets.

View jlainezs's full-sized avatar
💭
I may be slow to respond.

Pep Lainez jlainezs

💭
I may be slow to respond.
View GitHub Profile
@jlainezs
jlainezs / dbfield.php
Last active December 12, 2015 03:18
Joomla! DBFormFields are JFormField descendants which fetch data from the database. The inspiration come from the classic master-detail implementation which I've coded twice for a project of mine. As I don't like to repeat code I prefer to implement this JFormField descendant classes to improve the project maintenance.
<?php
/**
* Copyright (C) 2013 Pep Lainez
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* any later version.
*
* This program is distributed in the hope that it will be useful,