Questions tagged [joomla-framework]

The Joomla Framework is a platform for writing web and command line applications in PHP. It is free and open source software, distributed under the GNU General Public License version 2 or later.

The Joomla Framework is a platform for writing web and command line applications in PHP. It is free and open source software, distributed under the GNU General Public License version 2 or later.

The home of the Joomla! Framework is the joomla/joomla-framework GitHub repository that contains the source, documentation and means to contribute (pull requests).

API documentation for the Framework can be found on http://joomla.github.io/joomla-framework/.

Framework development can be discussed on the joomla-dev-framework Google Group.

Source: Joomla Framework

5 questions
2
votes
2 answers

Set custom Content-Type in Joomla Framework

I am using the Joomla framework API to build a web application. Now I want to display some data from the database in JSON format and I have to change the default HTTP-Content-Type from text/html to application/json. The Joomla framework comes with…
nicl
  • 41
  • 4
2
votes
5 answers

Get current article category ID (catid) in Joomla 3.2

I need to get current article category id, in older joomla version I used: But in Joomla 3.2 I get 0.
user2878988
1
vote
2 answers

php Postgresql pg_query(): duplicate key value violates unique constraint

We are working on refactoring our Framework Postgresql driver to allow for transactions. In the process, we have introduced some issues resulting in the following error pg_query(): duplicate key value violates unique constraint DETAIL: Key (id)=(1)…
Walt Sorensen
  • 381
  • 3
  • 14
1
vote
1 answer

Installing the Joomla Framework

I am trying to install the Joomla 1.0 framework onto a project I am working on. I did a build from composer, and github both with no dice. How do I get the framework into my project? I did all of the steps in the documentation, but it did nothing…
dagger2002
  • 262
  • 1
  • 3
  • 12
0
votes
1 answer

How to return the user_id from the Joomla-Framework on insert/update a (new) user

I try to insert/update a new user to a joomla page from an external script. The following code works very well. However I'll need the user_id of the added or updated user but the script returns just "useractivate". The Joomla Forum/Documentation…
MPe
  • 430
  • 6
  • 23