my own component

This forum is for general questions about extensions for Joomla! version 1.5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
h3roe5
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 100
Joined: Sat May 07, 2011 3:04 am

my own component

Post by h3roe5 » Sun Apr 08, 2012 5:50 pm

i created my own component, but i am not an expert in this matter.
now a need to define global variables to use on my component.
something like this

Code: Select all

$orig=origin folder;
$dest=destination folder;
so then i can used like this

Code: Select all

copy($config->orig.$file1,$config->dest.$file2)
how can i do that??

Locked

Return to “Extensions for Joomla! 1.5”