Questions tagged as 'framework'

0
answers

What are the advantages and disadvantages of using Wordpress and doing it from scratch? [closed]

In college, I and some colleagues are thinking about developing a project and it will eventually turn into something big, so I was quoted using Wordpress . Being more specific, what's the difference between using a CMS as Wordpress or us...
asked by 31.08.2016 / 20:25
1
answer

Nginx, prioritize folders instead of "location /"

I use PHP with the Phalcon framework in my projects and this is the framework. Mynginxlookslikethis:server{listen80;server_name123.123.123.123;root/var/www/meusite.com.br;location@site{rewrite^/public(.+)$/public/index.php?_url=$1last;}locat...
asked by 06.12.2015 / 15:37
0
answers

Java Web Layout for Desktop [closed]

I'm looking at a nicer, closer-to-the-web way to draw screen. I searched the internet and I know that with JavaFX I can draw rich and beautiful screens, I would like to know if there is any more framework or technology that I can use to draw...
asked by 05.10.2014 / 22:54
1
answer

Does CodeIgniter work on Linux?

I'm starting with the CodeIgniter Framework and wanted to hear from you whether it works on normal linux hosting or will I have to hire a dedicated one?     
asked by 12.07.2014 / 22:16
1
answer

Show window without frameworks

How can I display a window without using frameworks ? For example, display the console window or another without .NET and other frameworks .     
asked by 30.11.2017 / 16:31
1
answer

How to implement Plugins in an MVC Framework

I'm creating my own Framework MVC , mainly for studies, and would like to implement plugins on it, but I have no idea how to do it. I would like to know some points, such as: Control of plugins installed? How to control which...
asked by 30.05.2016 / 20:22
1
answer

Is there a framework to aid in the authentication process when using Google Appengine?

I do not want to use session in the application. Would Spring Security be the only option? In this case it would be a SPA application.     
asked by 20.06.2016 / 03:37
1
answer

Administrative Area Controller Codeigniter

I'm developing a site with administrative area. I started it with the new version of Codeigniter 3.1.5. In the main pages would be body of the site, already in the news pages the url would look like this: www.exemplo.com/noticia/visualizar/id...
asked by 19.07.2017 / 21:46
1
answer

Generate system logs in PHP [closed]

I need to generate a text document of type .txt containing information about changes made to a web system. This information is about user activities such as registrations, change of registrations, removal of registrations and among othe...
asked by 14.05.2017 / 21:58
1
answer

How to properly insert a Bootstrap navbar in the Codeigniter view?

I'm learning Codeigniter and would like to know what or correct ways to insert a navbar in my view taking into account that it will be inserted by all the views in the system. My question is what directory to write the navbar and how to c...
asked by 22.06.2016 / 16:53