frameworks

How will i create batch file like Zend_tool or symfony.bin ?

I want to write batch file for my own php framework. for example i will use it to create controller or modul .If you have already used Zend or symfony you may know how to use .bin file of framework. I only know coding with php so i need clear description of how to write batch file .I looked symfony.bin's source code but code is very simp...

JSON - Framework on iPhone SDK error

I'm getting an error when I run any project with the JSON-Framework installed: Xcode could not locate source file: NSString+SBJSON.m (line: 50) I assumed this means it can't find the sdk, the strange this is that the project builds and runs up until I make my first JSON call: NSArray *data = [responseString JSONValue]; The JSON fold...

Translate the following jQuery code to YUI 2.x code

Disclaimer: I have no experience using YUI at all. I was wondering how the following lines of jQuery code would look when written in YUI. Also, since YUI is using a hierarchical dependency system, which .js files need to be included in order for the code to work? 1. Given the ID of an HTML element, apply multiple style rules on the e...

How can I fix the ZF tool in the Zend Server for windows?

I just downloaded Zend Server Community Edition for windows and found that it did not include the ZF utility included in the tutorials. I downloaded and unzipped the Zend Framework(version 1.7.8, because version 1.8 would not download properly). This includes the zf.bat utility which is meant to generate the basic project files. Unfor...

How do you tell what framework/language a web site is using?

Duplicate: Is there a generic way to see what is a website running on ? Thanks for all the answer everyone, please supply additional answers at the above question if you feel something is missing. Browsing the web I often come across sites that are doing interesting or cool things. It a natural inclination of mine, and I'm sure ...

What had happend to Trimpath Junction Javascript Framework?

I've been desperately searching for a Javascript MVC framework to create rich client side applications with a Rails backend and I come across junction framework. It highly appeals to me due to its similarity with rails and offline capabilities. but unfortunately it has not been actively maintained for a long time. I just wanted to know ...

Looking for easy script based gui framework that the output is closed exe

Hello all i need windows ( and linux latter on .. ) GUI framework that is based on scripting language ( doesn't matter which ) that the end result will be compiled native exe ( not relayed on installed script engine ) is there such beast ? ...

Game framework architecture - view components or MVC?

I'm trying to build a very light re-usable framework for my games, rather than starting from scratch each time I start a game. I have a component driven architecture - e.g. Entity composes a Position component and a Health component and Ai component etc. My big question is whether my model composes view components to allow for more tha...

Who should install a shared .NET library to the GAC? The framework that provides the library? Each application that uses it? Both?

This is more of a philosophical question, perhaps. Let's say I have a framework of some sort and I decide to provide a .NET library that makes the use of certain aspects of the framework easier. I don't want each application that uses the framework to carry a copy of the library locally, so I want it in the GAC (even with all the mainte...

Can anybody suggest a true MVC framework for building a PHP application from scratch?

There are several questions on SO about MVC and PHP. I already know the mvc frameworks that are out there like CodeIgniter, Cake PHP, Zend PHP, Agavi, etc., I played with most of them and feel that they are bit of hack but nevertheless good implementations of presentation abstractions. I need some advice from PHP experts and veterans on ...

how to move already written codeigniter code to kohana?

Hi, All I'm already using codeigniter for some time, and i liked it but it looks like i need to move to kohana, because my other team member need our code to fully use PHP5 feature. the problem is, we have already code half of the code in CodeIgniter. my question is: Did anyone here have done it before? Is it possible to do? how muc...

What is the best way to create and maintain a movie database?

There are similar questions, but none answers what I really need. I actually don't want to create as long as there is already one ready-made. If so please guide me on the right direction. This isn't anything big, just to maintain my own collection. So basically: Is there a ready-made CMS (or a plugin for a CMS) that does this, even ...

ActiveScaffold for PHP

Ruby on Rails has a bunch of plugins which extend the normal scaffolding: Lipsiadmin Hobo Streamlined ActiveScaffold Does the PHP community have anything similar? phpmyadmin is great, but it doesn't have any way to control the presentation of the data. You always get all of the data in its presentation format. These Rails framewor...

Can you recommend an alternative web application stack?

I'm an experienced developer who has been working with .Net for the last 5 years or so. As I've been assembling an application stack for a startup idea I've had, I've noticed that many of the supporting tools that I would like to use are either flaky or have become commercial. As I have no revenue, and factoring in the cost for for Visua...

Common C++ framework

Has anyone experienced with Common C++ Framework? Can it be used as a framework for a Telecom networking application? ...

Choosing the right PHP framework

Hello guys, I want to start working on a project and this time around i want to make sure of a framework and see its like. i am having a little problem choosing a framework to work with. At the moment one of my motivations of using a framework is the MVC pattern. I know how useful it is. However, the framework i want to use must be an ...

barcode framework for the iphone?

Is there already a barcode framework for the iphone? ...

Problems with database relations with symfony framework - Cannot fetch TableMap for undefined table

Hello, Currently developing an application using the newest version of symfony, obtained through PEAR. This is my exact schema configuration propel: user: id: name: { type: varchar(255), required: true } level: { type: integer, required: true, default: 1 } created_at: post: id: title: { type: varchar(255)...

Advice about Visual Web GUi

hi, has any body used this Visual Web Gui , and are their claims right ? i have been reading on their site and it seems amazing that you can make Web/Desktop App in same time, plus they say you don't have to worry anymore about update panel, AJAX, it is all on the server, plus they have wrappers for 3rd Party controls. i mean all in al...

Why a very good PHP framework - Qcodo (or Qcubed - its branch) - is so unpopular?

I am wondering why this framework (QCodo) is almost forgotten and totally unpopular. I've started using it a few years ago and it is the only thing that keeps me with PHP. Yeah ... its development is stuck (that's why there is now more active branch Qcubed) but it is still very good piece of software. Its main advantages: Event driv...