public marks

PUBLIC MARKS with tags symfony & plugin

17 February 2007 19:15

symfony PHP5 framework ยป Chapter 17 - Extending Symfony

by kasi77
You will probably need to reuse a piece of code that you developed for one of your symfony applications. If you can package this piece of code into a single class, no problem: Drop the class in one of the lib/ folders of another application and the autoloader will take care of the rest. But if the code is spread across more than one file, such as a complete new theme for the administration generator or a combination of JavaScript files and helpers to automate your favorite visual effect, just copying the files is not the best solution

PUBLIC TAGS related to tag symfony

framework +   php5 +   plug-ins +   plugin +