Search found 3 matches

by cclofton
Sun Mar 23, 2008 5:09 pm
Forum: Joombie Coding Q/A
Topic: Creating a link from an article id only
Replies: 3
Views: 2349

Re: Creating a link from an article id only

I meant how do you produce a standard url if you know nothing except the article id? However, what I really want to know is my second question - when an article is being parsed in php, what variables are available (if any) to any php INSIDE the article (using includephp). It would be very helpful to...
by cclofton
Thu Mar 20, 2008 5:18 pm
Forum: Joombie Coding Q/A
Topic: Creating a link from an article id only
Replies: 3
Views: 2349

Re: Creating a link from an article id only

OK - related question.....I'm using includephp to run php within an article, and I was wondering what variables are available. Presumably, since the data is already being parsed by some script, there must be a simple way to call variables for the current article. In particular, I'm looking for the t...
by cclofton
Thu Mar 20, 2008 1:20 am
Forum: Joombie Coding Q/A
Topic: Creating a link from an article id only
Replies: 3
Views: 2349

Creating a link from an article id only

Hi there, I'm just beginning to get inside joomla 1.5, and I'm stuck. I have made a very basic custom component that calls the jom_content table, so I have access to the id of each article. I'm wondering if there is some internal function in Joomla that creates a url that can be linked in standard h...