Tag Archives: frameworks

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,… Continue reading

Tagged , , | Leave a comment

Jobeet for Symfony 2

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

[InvalidArgumentException]
Command  "doctrine:data:load" is not defined.…

Official site symfony.com has nothing about MODEL.
Does anyone know any tutorials related to Continue reading

Tagged , , , | Leave a comment

ZF: 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 bootstrap – everything works fine. Continue reading

Tagged , , , | Leave a comment

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 the… Continue reading

Tagged , , | Leave a comment

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. For example… Continue reading

Tagged , , , , | Leave a comment

Yii or Codeigniter? for a large web application

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

Tagged , , , , | 2 Comments

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

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
this ??
Because ZF slows my… Continue reading

Tagged , , , , | 2 Comments

WordPress PHP Framework Limits? [closed]

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 notch… Continue reading

Tagged , , | Leave a comment

Compiled PHP Framework

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

Tagged , , , | 1 Comment

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 the… Continue reading

Tagged , , , | Leave a comment
18 pages