yii: using gii outside localhost

by prettyscripts on 2010-07-30 11:37:13 • Leave a comment »

phpframeworkyii

i'm currently reviewing / learning yii, another php framework. while following the guide to configure gii, i wasn't able to access gii. 403 error was displayed. it's because by default gii only allow access via localhost. if you're like me having a sep… more »

Tags: framework, gii, php, yii

symfony: database to fixture data

by prettyscripts on 2009-05-30 14:33:48 • Leave a comment »

symfony

while developing a symfony project, it's usually required to rebuild database and reload data constantly with 'symfony doctrine:build-all' or 'symfony doctrine:build-all-load' constantly. when this is run, test data are wiped. the easy way is to have i… more »

Tags: data, database, dump, export, fixtures, framework, import, symfony

css frameworks

by prettyscripts on 2009-05-19 15:41:13 • Leave a comment »

cssframework

i came across this article about css frameworks. from the sound of it, they seem to cut down css coding times. some of the ones mentioned in the article which i’ll be looking at: 960 grid system blueprint yaml yui more »

Tags: css, framework