newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

js include and php include path #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For many MVC frameworks (like mine) it'd be really beneficial to make the js 
include and php include variables protected instead of private and editable. I 
had to do it manually but it would be great if you could implement this feature 
:-)

Original issue reported on code.google.com by K2xL....@gmail.com on 18 Oct 2010 at 5:54

GoogleCodeExporter commented 8 years ago
In the next version release - 1.1.3 - will include several modifications to the 
includesPath/phpIncludesPath/jsIncludesPath attributes.

1.  includesPath will be depricated.
2.  phpIncludesPath and jsIncludesPath will be protected, which will allow them 
to be set in the form's setAttributes function.
3.  phpIncludesPath will/should be set correctly by default (php's __FILE__ 
constant is now used).
4.  In many situations, the jsIncludesPath attribute will/should also be set 
correctly by default.

These changes have already been implemented in the latest revision - r425 - and 
can be downloaded by running...

svn export http://php-form-builder-class.googlecode.com/svn/trunk/ 
php-form-builder-class

- Andrew

Original comment by ajporterfield@gmail.com on 8 Nov 2010 at 1:52