framework

Installing Yii PHP Framework Version 2

Please help me. I can't figure out how to install Yii Version 2 at all. Here is the Framework itself: https://github.com/yiis ... I downloaded and threw it where you need it, then ran the command line - and that's it. Now it is not clear what is needed.

Wpf: binding data from an object

There is a separate class Piple with a bunch of data about a person, I create an object of this class in MainWinow. In the ma ... a from chel.name and chel.name2 to the corresponding textbox, respectively. Can you tell me if this can be done with Binding?

Django rest framework can give html page?

Or maybe there is another library that provides similar functionality

How to return the meta value database value in Wordpress

There is a wordpress framework Unyson, running on bootstrap. Supports extensions and custom options. There is a Mega Menu ext ... array of the default option is, and contains an array with the url key and a link to the file. How do I get this value back?

Tell me a PHP framework for beginners

Hi! Tell me a PHP framework like CodeIgniter ' a to write small sites with an admin panel, etc.. Why for a beginner? Because I had no previous experience writing projects on frameworks. I have knowledge of OOP, MVC. I would be grateful.

Hide the taskbar when the form is in full-screen mode. WinForms c#

I'm trying to implement a full-screen mode in my form (like in games), but I can't block the taskbar. Can you explain how thi ... yle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; } } } }

Yii2 or Yii1

Is it worth learning Yii v1. x. x if there is Yii v2.0.0 ? The offsite says nothing about this, except that Yii v2. 0. 0 is still alpha and should not be used for serious projects.

Programming language for game development [closed]

Closed. It is impossible to give an objective answer to this question . Answers to it are not accepted at the moment. ... hics/game engines) not in C++? What projects are there? Especially interested in projects where fast calculations are needed.

How do I install Symfony on windows 7?

I am tormented by this question: why do I and the author of the course (I watch the course on Symfony) have different results ... h Composer didn't issue any errors. Went to .yaml file, everything seems to be written there. What could be the problem here?

What to choose from java frameworks for collection output: Spring MVC, Struts, Mojarra(JSF)

Good day, dear Java gurus. Please tell me which framework is better to choose for a quick implementation of a simple training ... tion itself is not critical. Want implement the task of displaying collections on the site with the ability to edit elements

Can I remove the installed SQL Servers, Visual C++, Net Framework?

In " Programs and components" there are several installed versions of Microsoft SQL Server (2005, 2008 Compact Edition, 2012 ... (x86) - 10 - 14.0.23506 Can I take them down and leave only the latest version? The same question applies to .NET Framework

CMS, Framework, MVC

What is the difference between CMS framework and MVC? in fact, SUS is a ready-made site that can be finished without programming knowledge, but the framework and MVC posuti are the same thing, but why do they say that these are different things?

FatFree framework MVC

Gist: Input script: $f3=require('lib/base.php'); $f3->config('config/config.ini'); $f3->config('config/routes.ini'); ... from the database for the menu will have to be taken out in absolutely all controllers, which is not good. What should I do?

Which js framework to choose for development?

Recently, I have been thinking more and more often to stop using jQuery, and look in the direction of some js framework. I re ... B1. Is it worth moving away from jquery? b2. If b1 = true, which framework is better to use? Thank you all for your answers!

Problem with Zend Framework: the Zend Form class is not connected

The other day I decided to master the Zend Framework found a screencast http://vimeo.com/12704093, installed, but I can't und ... end_Form_Element_submit('submit'); $this->addElements(array($username,$password,$email,$submit)); } }

The load method doesn't work

Hello everyone I do registration and authorization in yii2 and I can't understand why validation in the form model does not p ... ;authKey; } public function validateAuthKey($authKey) { return $this->authKey === $authKey; } }

What is framework and runtime?

Nowhere did I find a clear definition of these two concepts. I understand the framework as a platform that is necessary for ... nch of terms like runtime libraries, runtime system... What Microsoft puts into this concept is also unclear. Please explain!

Choose between less and sass [closed]

Closed. It is impossible to give an objective answer to this question . Answers to it are not accepted at the moment. ... erlap the weakest of them in order not to waste time studying the already available received features from another framework.

Localization of string constants in the Zend Framework

There is a project on ZF in which string constants are scattered throughout the code. You need to refactor, implement a simpl ... class), there is a prospect of using several languages. How is this done correctly? Where can I see it? Thank you in advance!

Transliteration to VB.NET

Hello . I need to check the file name for the presence of Cyrillic characters , if such characters are there , then replace them with Latin ones. The question is - is there anything similar in NET libraries, or do it manually ?