Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am trying to create a script which will create a com_content category in Joomla (2.5), inserting such data into the correct mysql table isn't the problem for me, I need to make sure that the assets are correct after the creation so that the normal use of the category in joomla is correct.

I would like to do this WITHOUT using joomla libraries and scripts.

What I need is this. besides the asset table itself, and of course the category table, is there any other information I need? If not could I just find the last asset id for the last category created (highest id number) and INSERT into the two tables the next numbers?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900