nette Questions

5

Solved

I'm running Manjaro linux and I have installed apache 2.4.10-1 with php 5.5.15-1 and php-composer 1.0.0.alpha8.458-1. I want to download project with composer by this command composer create-proj...
Abrasion asked 4/8, 2014 at 15:18

4

Solved

I would like to create my own filter for Latte templating engine. There is an example in their documentation but it doesn't describe how to register it inside presenter. $latte = new Latte\Engine;...
Eclecticism asked 7/11, 2014 at 22:30

2

Solved

I am using wysiwyg called summernote which values I send to server, where I purify it with HTML Purifier. After that I save it to the DB (mysql). I then need to show purified html back in the wysiw...
Rondarondeau asked 12/11, 2015 at 14:17

1

I develop a core for our Nette web projects. The core is injected as a library. Although I want to be able to test and try the functionalities of the core project without injecting it. So I had to ...
Blackheart asked 27/4, 2018 at 9:41

3

I would like to have some type of automatic checking of coding standards for PHP Nette Framework is there anything like this? Standalone application or plugin for Eclipse, Netbeans ... For example ...
Partisan asked 21/11, 2013 at 13:52

2

I have small application based on Nette framework. I've created constants.neon file and add it to container. There will be some data which should be available from presenters, models, forms etc. ...
Curricle asked 20/6, 2016 at 15:15

2

Solved

i'm trying to set different options for several datepickers in jquery. My code is looks like this: {foreach $cart->getItems() as $item} {if $item->action->prereservation} var disableDat...
Riyal asked 23/7, 2014 at 13:31

1

Solved

What is the best way to define new attribute macros in the Nette Framework? Moreover, would it be possible to do so in the config file?
Maag asked 26/2, 2012 at 19:34
1

© 2022 - 2024 — McMap. All rights reserved.