Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
JApplicationWeb::initialise is deprecated
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
qson  
View profile  
 More options Oct 21 2012, 3:23 pm
From: qson <and...@qson.se>
Date: Sun, 21 Oct 2012 12:23:25 -0700 (PDT)
Local: Sun, Oct 21 2012 3:23 pm
Subject: JApplicationWeb::initialise is deprecated

Hi folks,

I am trying to build my first web app using JPlatform. I see some examples
use JApplicationWeb::initialise but that will be deprecated in 13.1. What
is the recommended replacement? Is it to call loadSession, loadDocument
individually?
I can not find an example which use the new MVC paradigm. The platform
examples use direct output from the application or by themes.
Is there any help or examples that could get me in the right directions.

Thank you!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Babker  
View profile  
 More options Oct 21 2012, 7:01 pm
From: Michael Babker <michael.bab...@gmail.com>
Date: Sun, 21 Oct 2012 18:01:02 -0500
Local: Sun, Oct 21 2012 7:01 pm
Subject: Re: [jplatform] JApplicationWeb::initialise is deprecated

In the tracker project we're working on, we load the various objects as we
need them (the session and dispatcher are handled in the constructor and the
document in our doExecute method).  You can see that here -
https://github.com/JTracker/jissues/blob/master/libraries/tracker/app...
n/tracker.php

As for the MVC paradigm, you can see how we handle that with the front end
components at https://github.com/JTracker/jissues/tree/master/components.
com_tracker is our main project, and com_users is actually the users
component imported from the CMS then converted to the new MVC paradigm.

We've built out some common model classes to replicate functionality we like
from the legacy JModel classes, but our controllers I think are a bit more
pure to the new MVC.

From:  qson <and...@qson.se>
Reply-To:  <joomla-dev-platform@googlegroups.com>
Date:  Sunday, October 21, 2012 2:23 PM
To:  <joomla-dev-platform@googlegroups.com>
Subject:  [jplatform] JApplicationWeb::initialise is deprecated

Hi folks,

I am trying to build my first web app using JPlatform. I see some examples
use JApplicationWeb::initialise but that will be deprecated in 13.1. What is
the recommended replacement? Is it to call loadSession, loadDocument
individually?
I can not find an example which use the new MVC paradigm. The platform
examples use direct output from the application or by themes.
Is there any help or examples that could get me in the right directions.

Thank you!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »