I am developing a mod and am wanting to build links to products and categories using id's.
what file(s) would I need to include to be able to call upon the zen_href() type functions?
also would it be require once, inclue, or include once?
Thanks
I am developing a mod and am wanting to build links to products and categories using id's.
what file(s) would I need to include to be able to call upon the zen_href() type functions?
also would it be require once, inclue, or include once?
Thanks
Phil Rogers
A problem shared is a problem solved.
what else do I need to call? I obvioulsy nee application_top dont I for getting connectio to the database to run my queries on it..
anything else I would need?
Phil Rogers
A problem shared is a problem solved.
actually don't worry, I can probably work it out looking at another standalone script like googlefroogle.php which also creates links etc so what ever is needed must be called at the top of that file hey!
Phil Rogers
A problem shared is a problem solved.
well I was wrong, Im assuming that google froogle has its own logic built in somewhere to deal with creating the links..
I have for now resorted to just statically putting the links in and just using the category and product id's to make a link, but ideally would like to get the proper way of building links incorporated. any more advice much appreciated.
Phil Rogers
A problem shared is a problem solved.