Server files PHP
Server files PHP
application/bootstrap.php - ROUTES
Basic templates
/application/config/
/application/config/container_blank.php - form controller for container
/application/config/container_view_blank.php - form controller for the template
/application/config/database.php - database configuration
/application/config/main_config.php - basic CMS settings
/application/config/template_blank.php - form for the type of container
/application/config/template_view_blank.php - form of the form template
/application/config/newclient/ - preform to create a new template
/application/classes/ (calls from /controller/)
/application/classes/actions.php - not used
/application/classes/adminrequest.php - editing global interface
/application/classes/breadcrumbs.php - breadcrumb construction
/application/classes/buildform.php - formation of all forms
/application/classes/clientlog.php - logging of client actions
/application/classes/clientlogin.php - client authorization
/application/classes/configtranslator.php - parsing array of settings
/application/classes/copytemplate.php - copying templates
/application/classes/deletefile.php - deleting a file
/application/classes/dialog.php - forming of a dialog
/application/classes/dialogbutton.php - formation of additional buttons of the dialog box
/application/classes/form.php - not used
/application/classes/formfield.php - not used
/application/classes/frontend.php - not used
/application/classes/frontendtrick.php - formation of the dialog box buttons
/application/classes/griddataloader.php - loading data for the grid
/application/classes/kohana.php - redefining the standard for 404
/application/classes/newclient.php - creating of processing class
/application/classes/savefile.php - maintaining of client files
/application/classes/sender.php - class for sending files to a client
/application/classes/sendtemplate.php - sending the template to the client
/application/classes/templateinterface.php -
/application/classes/templatewrapper.php -
/application/classes/testwrapper.php - helper class for tests
/application/classes/trick.php - functions for working with CMS
/application/classes/updatefiles.php - file synchronization client
/application/classes/controller/ (main challenges)
/application/classes/controller/abcaction.php - when outputting the data grid
/application/classes/controller/adminrequest.php - work with the interface
/application/classes/controller/ajax.php - save form
/application/classes/controller/article.php - formation of the editing window article
/application/classes/controller/banners.php - work with banners customer
/application/classes/controller/categories.php - formation of the category tree client
/application/classes/controller/clienttemplate.php - event handling with client template
/application/classes/controller/cmsinfo.php - tooltips on icons
/application/classes/controller/content.php - the formation of the client container templates
/application/classes/controller/dialog.php - functional dialog
/application/classes/controller/downloadcms.php - download CMS
/application/classes/controller/form.php - forming mold (old - not used)
/application/classes/controller/formold.php - formation forms
/application/classes/controller/formview.php - formation of the form fields (old - not used)
/application/classes/controller/formviewold.php - formation of form fields
/application/classes/controller/googletranslater.php - transfer data through Google Translate
/application/classes/controller/grid.php - formation of the grid
/application/classes/controller/groupupdate.php - batch updating fields Grid
/application/classes/controller/history.php - history of client actions in the admin (not used)
/application/classes/controller/import.php - import of goods
/application/classes/controller/login.php - entrance to the admin panel (not used)
/application/classes/controller/main.php - master classes form a conclusion admin
/application/classes/controller/rssmodule.php - distribution module
/application/classes/controller/saveaction.php - function while maintaining the form
/application/classes/controller/saverowfunct.php - functions while maintaining the field
/application/classes/controller/seterror.php - class 404
/application/classes/controller/templatedata.php - parses that displays a template for Grid / article / import
/application/classes/controller/toolsbar.php - top CMS menu
/application/classes/controller/tplproperty.php - template properties
/application/classes/controller/tunnel.php - class interaction with the logic of the client
/application/classes/controller/updatedb.php - create tables in the database when templates connect
/application/classes/controller/updatetemplates.php - forming a list of client templates