Tag Archives: quadri

Does the MVC concept apply to static PHP pages?

I am trying to build my own PHP MVC frame work.
At the moment I am creating a simple 2 page website where each page extends a template page so that I don’t have to worry about the meta tags,… Continua a leggere

Tagged , , | Lascia un commento

Jobeet for Symfony 2

I’m learning Symfony 2 with this tutorial from here. After loading the fixtures:
php app/console doctrine:data:load
Ottengo questo errore:

[InvalidArgumentException]
Comando  "dottrina:dati:carico" is not defined.

Official site symfony.com has nothing about MODEL.
Does anyone know any tutorials related to Continua a leggere

Tagged , , , | Lascia un commento

IF: router plugin does not work

Zend_Controller_Front::getInstance()->setParam('useDefaultControllerAlways', true);
Zend_Controller_Front::getInstance()->getRouter()->addRoute('taxes', new     Zend_Controller_Router_Route_Static('taxes',
                    array('controller' => 'config', 'action' => 'taxes'))
                );

Does anyone know what why this does not work if called like a plugin in a bootstrap file? If called directly in a bootstrapeverything works fine. Continua a leggere

Tagged , , , | Lascia un commento

Zend Framework 2 RESTful controller actions

After numerous attempts i can’t get my rest functionality to work within my test application.
I wondered if anyone has experience with the RestfulController class in Zend FrameWork 2.0.0beta3.
I implemented the methods from the RestfulController abstract class, let theContinua a leggere

Tagged , , | Lascia un commento

I look for template engine with special concept

Please may you recommend me a HTML template engine (any of scripting languages) which realize special concept described below.
All markers are active. Data should be not prepared before calling template, but template itself got data from Model. Per esempio… Continua a leggere

Tagged , , , , | Lascia un commento

Yu o CodeIgniter? per una applicazione web di grandi dimensioni

Ok, I plan on designing a very large scale web application(me and my 2 amici), with alot of user interaction, constant status updates, ecc… Basically picture me creating an a web application like twitter. this application needs to be FAST.Continua a leggere

Tagged , , , , | 2 Commenti

which PHP Framework use for jquery +HTML5 mobile website? [chiuso]

I have a made website in Zend Framework. Now I am making the same site with less
functionality for mobile phones in jquery + HTML5. But which framework do I need to use for
questo ??
Because ZF slows myContinua a leggere

Tagged , , , , | 2 Commenti

WordPress PHP Framework Limits? [chiuso]

Hello Stackoverflow
I’ve been using PHP for years now. As of late, I’ve been using frameworks like wordpress, joomla and drupal to develop websites for my clients but I think the time has come to step it up a notchContinua a leggere

Tagged , , | Lascia un commento

Compilato PHP Framework

Is there anything like a compiled PHP Framework ?
What i mean is take Kohana as an example. Its extensible, overrideable, divertimento, ecc.
But it ends up loading 200 files to show one page !!
What i would think isContinua a leggere

Tagged , , , | 1 Come

Prepopulating Yii form, from GET/POST

My problem is I have an HTML page that includes a short form on it. What I’d like is when this page posts/gets into my Yii model form, to be able to grab and pre-populate the empty form for theContinua a leggere

Tagged , , , | Lascia un commento
18 pagine