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...
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...
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...
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...
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 ...
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 ...
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 ?
...
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...
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...
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 ...
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...
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 ...
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...
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...
Has anyone experienced with Common C++ Framework? Can it be used as a framework for a Telecom networking application?
...
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 ...
Is there already a barcode framework for the iphone?
...
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)...
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...
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...