renamed: WinixModel -> WinixModelDeprecated (this class will be removed)
added: WinixModel (models/winixmodel.h|cpp) - a class inheriting from morm::WinixModel, we have methods such as: get_config(), get_logger(), get_request()
and this class will be a base class for our models
added: WinixModelConnector (models/winixmodelconnector.h|cpp) - a class inheriting from morm::WinixModelConnector
this connector we are using instead of morm::ModelConnector - there are pointers to winix objects there (config, request, log)
added to Request: Ezc::Models models
removed from TemplatesFunctions: Ezc::Models ezc_models;
changed: ImgCrop winix functions is using its own item_tab vector now (not finished yet)
added: Item::is(), Item::link(), ItemContent::print_content()
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2008-2018, Tomasz Sowa
|
||||
* Copyright (c) 2008-2021, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -36,10 +36,11 @@
|
||||
#define headerfile_winix_functions_functionparser
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "core/winixmodeldeprecated.h"
|
||||
#include "db/db.h"
|
||||
#include "core/cur.h"
|
||||
#include "core/system.h"
|
||||
#include "core/winixmodel.h"
|
||||
|
||||
|
||||
namespace Winix
|
||||
@@ -49,7 +50,7 @@ namespace Winix
|
||||
class Functions;
|
||||
|
||||
|
||||
class FunctionParser : public WinixModel
|
||||
class FunctionParser : public WinixModelDeprecated
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user