¡@

Home 

php Programming Glossary: designer

Best way to handle dirty state in an ORM model

http://stackoverflow.com/questions/10940265/best-way-to-handle-dirty-state-in-an-orm-model

And i will assume that what you call Model has two methods designer to be used by data mappers getParameters and setParameters ...

Extremely basic PHP and Mysql

http://stackoverflow.com/questions/1277690/extremely-basic-php-and-mysql

basic PHP and Mysql Background I am more of a designer than a programmer but have hacked templates for many open source..

Dirt-simple PHP templates… can this work without `eval`?

http://stackoverflow.com/questions/3930053/dirt-simple-php-templates-can-this-work-without-eval

etc. I don't want much PHP in my views at all because designers become confused when dreamweaver or whatever poops the bed.. enough for a programmer to look at. The average graphic designer won't go anywhere near it. Something like this is a much easier.. programmer kept his nasty code out of the html and now the designer can work his design magic. Yay Quick update Taking everyone's..

MVC: how much code should be in a view?

http://stackoverflow.com/questions/4698880/mvc-how-much-code-should-be-in-a-view

to understand the mishmash of PHP code mixed with HTML. A designer does not care about the presentation logic but just the actual.. isolating logic into functions and or classes. Granted a designer looking into a script might not immediately know what's going.. it will be to read for non developers. If you want to have designers work on templates don't give them scripts. Give them templates...

CodeIgniter or PHP Equivalent of Rails Partials and Templates

http://stackoverflow.com/questions/765845/codeigniter-or-php-equivalent-of-rails-partials-and-templates

my page inside the controller. i.e. to move the navbar my designer would have to edit the controller . I've been searching on stack..