Area Class?
Permalink
I may be missing this somewhere on the site or in the documentation but:
When defining a new area within a 'theme' and you use "$var = new Area('name');" -- Where can I find the class for Area? I tried to check header_required.php element but couldn't find anything of use.
Thanks,
Jesse
When defining a new area within a 'theme' and you use "$var = new Area('name');" -- Where can I find the class for Area? I tried to check header_required.php element but couldn't find anything of use.
Thanks,
Jesse
I want to know the PHP Class, want to find out what is involved upon instantiation of this "Area" object.
Thanks.
Thanks.
in concrete/concrete/models/area.php
Ahhhhha! Hahaha. Thanks man. You're a life saver. Seems like either no one else has the time to answer my newb questions or just doesn't know what the answer is.
I'm guessing everyone is busy. I mean I also don't have time to answer any question/post.
I'm pretty sure any developer could have solved this question.
Just think that everybody is working on a new version XD
I'm pretty sure any developer could have solved this question.
Just think that everybody is working on a new version XD
Do you want to know the PHP class or CSS class which you are using there in the code? The location of the class file or?