|
I am developing a custom component in joomla while trying to use MVC.
How do I call a model from a view?
Started by Ankit Sachan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
At most you call a function of the controller which.
That's the whole point of it.
When you call $this->get('Data') within your JView class code, it will callIn MVC you don't.
Loaded by Joomla.
|
|
I have some joomla articles. some values in that article has to be updated by data obtained through a soap call to other site. Is there any plugin available for joomla by which i can embed custom php inside articles?? How can i do this.??
Started by Jasim on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Doing the {} call outputs the ....
Check out the Joomla plugin repository for "custom code in content"
Good luck!
To me, the ideal that are shown to users in the frontend, using Include Content Item Joomla Plugin , you add component.
|
|
I have joomla installed on my brothers server using softaculous in cpanel. But my brother removed all the categories, articles and sections on joomla that came with sample data. Now that i got access, i don't know how to do stuff without sample-data. ...
Started by Stark on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's a high-level overview of Joomla....
This is what I recommend to all my newbie friends .
If you are willing to buy a book, the "Joomla! 1.5: A User's Guide" by Barrie North will walk you through starting a site with Joomla from scratch.
|
Ask your Facebook Friends
|
I've trying to build Joomla into my existing website so I can use it for premium content.
I've already got a custom-built authentication system that sets my own session variables.
For some reason, Joomla (which is located in a different directory) doesn...
Answer Snippets (Read the full thread at stackoverflow):
Joomla will most likely initialize it's own session (we'll call to get this into Joomla would be to write a "System" plugin and call the function "onAfterInitialise from sending ....
It's own internal session management code.
|
|
I talked to a few friends that say Drupal is amazing and that it is way better than Joomla. What are the major differences/advantages.
Started by Brian G on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Start using ....
(I personally don't agree with that; I think Joomla's UI is pretty themselves.
Joomla is praised for having a simpler user interface.
Consensus is that programmers prefer Drupal whereas mere mortals prefer Joomla.
|
|
I just inherited a completely tainted Joomla install.
I have never used Joomla until 2 hours ago so please excuse my absolute ignorance. I understand now there are categories and sections.. and modules.
My question specifically pertains to a news module...
Answer Snippets (Read the full thread at stackoverflow):
You can alter pretty much every bit of content by making selections .
Cleaning up content lists in joomla .
|
|
Long story short, I need to get up to speed with Joomla fast . I only have this weekend to do that which translates to about 12 hours of time. Right now I only know that Joomla is an open source CMS written in PHP. What would be the best way to familiarize...
Started by MiseryIndex on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Also, here is a Joomla Quick Start , in....
Here are some more resources:
Learn Joomla must not loose time Google this "Joomla Quick Start" and you'll find a few interesting links.
I would recommend this eBook from personal experience.
|
|
Hello,
I have a web application that needs to be built using PHP/MySQL. The application will require documents to be generated from data in the MySQL database. Such documents will be printed and/or emailed and user will be prompted to run a daily print...
Started by SidC on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I say this because it sounds like you need a lot more than just a CMS... .
Joomla could do the job for you but based on the amount of things you need that differ from a normal Joomla site I would use a framework to build from instead of a CMS.
|
|
I need to check that a Joomla username and password is valid from my external application. It is not necessary that the user is logged into the system just that their account exists. How do I do this?
Started by jax on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I've already answered a similar question about creating a user outside joomla....
Your external app should be able to access the database of the joomla app to check in the database access to Joomla's database and is written in php as well.
|
|
I am considering Joomla for use on our intranet and I was wondering if there was a plug-in for it that would allow pages to auto-generate content from SVN files like Word documents. We have a number of processes and working practices in documents controlled...
Started by Jeff Yates on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You can set up post-commit hooks in SVN to run a script to export, not imported into the Joomla db..
But it's versioning inside Joomla itself.
|