I have not found a solution in regard with that so far, so I am using jQuery event to compare the two input field before form being submitted, this way it works under optional input Filter.
Kian William
Search found 17 matches
- Tue Oct 30, 2018 9:50 am
- Forum: Zend Framework
- Topic: optional input filter and identical validator
- Replies: 1
- Views: 13745
- Mon Oct 22, 2018 9:02 am
- Forum: Zend Framework
- Topic: optional input filter and identical validator
- Replies: 1
- Views: 13745
optional input filter and identical validator
To whom it may concern:
Validator identical does not work with optional input filter, is there an option to be fixed because this validator works with regular input filter object.
Kian William
Validator identical does not work with optional input filter, is there an option to be fixed because this validator works with regular input filter object.
Kian William
- Thu Apr 26, 2018 5:49 am
- Forum: Zend Framework
- Topic: zend-servicemanager-di
- Replies: 1
- Views: 4307
Re: zend-servicemanager-di
I removed it, so far so good, no side effects
Kian William
Kian William
- Wed Apr 25, 2018 9:36 am
- Forum: Zend Framework
- Topic: zend-servicemanager-di
- Replies: 1
- Views: 4307
zend-servicemanager-di
To whom it may concern: I am going to install simpavl/zf3-shoppingcart, installation failed on account of zend-servicemanager-di that should be removed. Does the removal of this component has some sort of side effects? I never used its library directly in my site, but if servicemanager component use...
- Sun Feb 18, 2018 11:34 am
- Forum: Zend Framework
- Topic: Zend Permission Rbac
- Replies: 2
- Views: 4286
Re: Zend Permission Rbac
Also you may give the role in onDispatch event of the controller of yours when a user registers or an admin logs in.
Kian William
Kian William
- Sun Feb 18, 2018 11:00 am
- Forum: Zend Framework
- Topic: Zend Permission Rbac
- Replies: 2
- Views: 4286
Re: Zend Permission Rbac
You may do it in an action controller, or in the factory of controller include an instance of role object in constructor of controller, or create a service, include the service in constructor of the factory of controller and in that service include role object and related methods to return role obje...
- Sun Feb 11, 2018 1:26 pm
- Forum: Zend Framework
- Topic: Problem to connect to datebase
- Replies: 3
- Views: 2224
Re: Problem to connect to datebase
Where did you put those data to connect to database? put them in autoload/global.php then check if you can connect, also autoload/local.php and check again. Also try config.module.php or Module.php files too, I work with wamp, and we have PDO extension to be enabled so that we will able to use PDO d...
- Sun Jul 16, 2017 8:21 am
- Forum: Zend Framework
- Topic: A zend based site from scratch
- Replies: 0
- Views: 2279
A zend based site from scratch
To whom it may concern: I am developing a website, instead of downloading skeleton-application via create-project command and developing my own site on its top, I decided to start from scratch: 1-download and setup and install composer 2-I created proper structure for site based on zend framework, m...
- Sun Jul 09, 2017 7:02 am
- Forum: Zend Framework
- Topic: zend search for zend 3
- Replies: 2
- Views: 2649
Re: zend search for zend 3
The answer is so general, could you be more specific? for instance, in zf3 based sites, what is the best option to have a search engine?
- Wed Jul 05, 2017 7:20 am
- Forum: Zend Framework
- Topic: Zend Registry
- Replies: 0
- Views: 2379
Zend Registry
To whom it may concern:
I know I can use zend-session with zf3, yet is there a package for zend-registry to be used with zf3?
Kian William
I know I can use zend-session with zf3, yet is there a package for zend-registry to be used with zf3?
Kian William