-
Updated
Jun 2, 2020 - PHP
zend-framework
Here are 306 public repositories matching this topic...
-
Updated
Jan 28, 2020 - PHP
-
Updated
Jan 30, 2020 - PHP
-
Updated
Feb 26, 2018 - C++
-
Updated
Aug 1, 2019 - HTML
-
Updated
Feb 24, 2019 - PHP
i played with it, it generates error-denied template, we need to customize a little bit : add a dedicated message like "The website is in maintenance - we are back in a couple of minutes !"
can be usefull in case we upgrade our websites
related : pi-engine/pi#1070
-
Updated
Mar 26, 2018 - C++
-
Updated
Apr 28, 2020 - PHP
Hello!
I'm trying to create filters using docs:
http://docs.koala-framework.org/kwf-general-features/autoform-autogrid/autogrid-filter/
This code doesn't work:
public function preDispatch()
{
$this->_filters = array('model' => array(
'type' => 'TextField',
'label' => trl('Где').': ',
'queryFields' => array('model'), //search thos
-
Updated
Oct 5, 2018 - PHP
-
Updated
Jan 28, 2020 - PHP
-
Updated
Jan 28, 2020 - PHP
-
Updated
Nov 23, 2018 - PHP
-
Updated
Nov 9, 2015 - PHP
The Directus PHP-SDK cannot be used with self-signed SSL certificates due to an error from Guzzle:
[Wed Nov 14 15:01:53.384591 2018] [php7:error] [pid 12] [client 172.17.0.1:35294] PHP Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) in
-
Updated
Sep 17, 2019 - PHP
-
Updated
Jun 9, 2018 - PHP
-
Updated
Nov 18, 2015 - PHP
-
Updated
May 11, 2020 - PHP
-
Updated
Oct 14, 2019 - PHP
-
Updated
May 25, 2020 - TSQL
-
Updated
May 10, 2016 - PHP
- Create a simple instruction for contributors. Add screenshots for create pull request process.
- Explain how to update the list if user has not a github account (email).
-
Updated
Jun 18, 2019
-
Updated
Jul 7, 2019 - PHP
-
Updated
Apr 16, 2020 - PHP
Improve this page
Add a description, image, and links to the zend-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zend-framework topic, visit your repo's landing page and select "manage topics."
Based on the documentation it is not 100% clear what I already have after the installation. Should I already see some changes in the generated HTML output, or not? What is the easiest test from here on to see that the installation worked as expected?
It would be great if those questions are answered in a quick start guide.