Added modelform and model extensions
This commit is contained in:
parent
ac0b0f5e5a
commit
7b7df55b3b
12 changed files with 1102 additions and 0 deletions
|
|
@ -1372,6 +1372,7 @@ class Webmodel {
|
|||
{
|
||||
|
||||
//load_libraries(array('classes_extensions/'.$name_method));
|
||||
include(__DIR__.'/../extensions/'.$name_method.'.php');
|
||||
|
||||
array_unshift($arguments, $this);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue