I want my controllers to be extended from my base controller (not from Zend_Controller_Action).
How can I extend the base Contoller from Zend_Contoller_Action. And where will this customizable base controller be located so that it is accessible to other collectors.
Thanks in advance
To extend a record:
abstract class Mylib_YourBaseController extends Zend_Contoller_Action{ }
Create a directory with the name Mylibin the same location as the library Zend.
Mylib
Zend
My_Controller_Action extends Zend_Controller_Action { ... }
library/My/Controller/Action.php, app.ini( ) My, , , My_Controller_Action.
library/My/Controller/Action.php
My
Source: https://habr.com/ru/post/1796598/More articles:Good algorithm for generating call graphs? - javaPlay multiple videos on iPAD - iphonePositive / negative chart in Google visualization API - google-visualizationProblem with Javascript - javascriptcan oucumber and rspec use the same blueprints.rb file - ruby-on-rails5 bit RGB (0, 31, 0) to 16 bit RGB (0, 255, 0) - cCGFloat Incompatible types upon initialization - objective-cFacebook integration in iphone OS 4.0 or later - iphoneQLineEdit validation for text input {[AZ] [az] [0-9]} - validationiPhone - fixed (tableHeaderView) with grouped UITableView when scrolling cells - objective-cAll Articles