Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Posts
    368
    Plugin Contributions
    0

    Default Custom Functions

    I'm working at a responsive template based on Zurb Foundation and I have some custom functions . In practice I have to create my own zen_draw_form() function and others but I don't want to make changes on /include/functions/html_output.php file cause I don't like the idea to change core files .
    I ask you where is better to place my custom functions files ( used only for new template ) in order to keep clean the core files .

    THANK YOU

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Custom Functions

    Functions can't be overwridden, which means that there are a very limited number of places whereby you can define your own without causing a conflict. I see no reason why you can't define your custom function(s) within the template file itself. If you prefer to store them in a more 'global' location you'll need to take steps avoid any conflict with the original functions.. The easiest way to do this is to call your functions by a slightly different name than the originals. Your newly created functions can then simply be placed in a file in your /includes/functions/extra_functions/ folder.

    Cheers
    Rod

  3. #3
    Join Date
    Aug 2009
    Posts
    368
    Plugin Contributions
    0

    Default Re: Custom Functions

    Sorry Rod , but my english is a mess ..
    I did not plan to overwrite functions but to create new functions ( different names ) without modify core files . You gave me the solution by placing my custom file inside /includes/functions/extra_functions/ .

    Thank you

 

 

Similar Threads

  1. v139h Overriding functions?
    By retched in forum Contribution-Writing Guidelines
    Replies: 4
    Last Post: 15 Feb 2012, 03:55 PM
  2. How do I get custom functions included?
    By alterego55 in forum General Questions
    Replies: 7
    Last Post: 1 Oct 2010, 08:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR