Message from discussion
Using a normalized database structure instead of json for assets
Received: by 10.66.84.202 with SMTP id b10mr8227106paz.43.1351349528257;
Sat, 27 Oct 2012 07:52:08 -0700 (PDT)
X-BeenThere: joomla-dev-platform@googlegroups.com
Received: by 10.68.223.67 with SMTP id qs3ls19450111pbc.8.gmail; Sat, 27 Oct
2012 07:52:07 -0700 (PDT)
Received: by 10.66.73.1 with SMTP id h1mr7673763pav.0.1351349527284;
Sat, 27 Oct 2012 07:52:07 -0700 (PDT)
Received: by 10.66.73.1 with SMTP id h1mr7673762pav.0.1351349527272;
Sat, 27 Oct 2012 07:52:07 -0700 (PDT)
Return-Path: <mambob...@gmail.com>
Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53])
by gmr-mx.google.com with ESMTPS id pw7si913136pbb.0.2012.10.27.07.52.07
(version=TLSv1/SSLv3 cipher=OTHER);
Sat, 27 Oct 2012 07:52:07 -0700 (PDT)
Received-SPF: pass (google.com: domain of mambob...@gmail.com designates 209.85.220.53 as permitted sender) client-ip=209.85.220.53;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of mambob...@gmail.com designates 209.85.220.53 as permitted sender) smtp.mail=mambob...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-pa0-f53.google.com with SMTP id bj3so2677393pad.26
for <joomla-dev-platform@googlegroups.com>; Sat, 27 Oct 2012 07:52:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:content-type;
bh=2U4lsXQx68toT0iXslexNSfxiSFzy1tEVIO9ISzVRiQ=;
b=FljTumtZIdAhlAM0+JFCkulKeFLv9qiEMhSVnTgZkAAYVHLdjijrjNooHzmGR6gHop
WBWvRlRjjM01KoA/6bBiKYyhlKPRjsx3KYTnxX89bV4nUuen6EzwFjK9eSeBhri0KIpW
mVwhU+kxEq7wOfIvlteFdX2JHZg/UmuxtIowsXG8rKkJ3t6qR6n0+khbpWpowl/EfVLR
5NEibQkg5CrpXK1vU2sj2bscfusodgvpcubA3A5F7B3hbRLNk6g2MtKfSnWinmdWeeh6
glUy22JTOY/LxuS98Ut56wO3Yo18zvNwRGVT/CbDY92hx3ZExDP10Q7FvKhVqNPoxZ/A
B4gQ==
Received: by 10.66.80.133 with SMTP id r5mr70784559pax.24.1351349527206; Sat,
27 Oct 2012 07:52:07 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.68.24.227 with HTTP; Sat, 27 Oct 2012 07:51:46 -0700 (PDT)
In-Reply-To: <1cfdde78-acad-4c72-ae84-9483f763a0ad@googlegroups.com>
References: <b75836f6-bdc1-4138-b97f-c4a4808489c2@googlegroups.com>
<c1940538-6c2d-46f3-9644-edcc3c716179@googlegroups.com> <CADPtAkSJfFW0ceaAsX43K2UXhX+E5fawfGyQt_jjycvhuvT...@mail.gmail.com>
<a394144b-0f96-4127-9f2b-a244a92f9536@googlegroups.com> <CADPtAkSbOE7T4QUiV9DmpWi8biu7NRbciWeqYVdY9CskLqA...@mail.gmail.com>
<1cfdde78-acad-4c72-ae84-9483f763a0ad@googlegroups.com>
From: Andrew Eddie <mambob...@gmail.com>
Date: Sun, 28 Oct 2012 00:51:46 +1000
Message-ID: <CADPtAkRG-eeaJZxiANcuMC+xxhvjBAOZHXQc8OiScrT=xzF...@mail.gmail.com>
Subject: Re: [jplatform] Using a normalized database structure instead of json
for assets
To: joomla-dev-platform@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
On 27 October 2012 07:03, Herman Peeren <herman.pee...@gmail.com> wrote:
> On Friday, 26 October 2012 22:21:57 UTC+2, Andrew Eddie wrote:
>>
>> What's a DNN?
>
> Oh, sorry: DNN = DotNetNuke, an open source (MIT licensed) CMS under
> ASP.NET. http://www.dotnetnuke.com/
Of course. I should have known that :) Yeah, things would be simpler
if we didn't separate frontend from backend.
Regards,
Andrew Eddie
http://learn.theartofjoomla.com - training videos for Joomla developers
>
> I come from a mainframe and later desktop programming (Delphi) background.
> My webprogramming experience started with (classical) ASP. Later ASP.NET
> (and using .NET for desktop programming too). I made my first self rolled
> CMS in ASP.NET, my second in PHP. In that time I switched to open source,
> first DNN, later Joomla!. That is about 3 and a half years ago. So, compared
> to the Mambo-veterans I'm quite new in Joomla!.
>
> I didn't say view access control and other action access control should be
> implemented in the same way, but that I think they can have a similar
> interface. I'm experimenting (using Doctrine2 as ORM) and hope to show some
> outcome of that soon.