| bio | website | |
|---|---|---|
| location | Russia | |
| age | 25 | |
| visits | member for | 2 years, 2 months |
| seen | 3 mins ago | |
| stats | profile views | 43 |
Professional web developer. In holywars of web technologies I am on the side of PHP and jQuery.
Really opinionated about clean and maintainable code. Maybe, code reviewer is my true self.
Love to read tech-, sci-, and fantasy literature of all kinds, listen to fast metal-, electro- and symphonic music, and watch beautiful nature sceneries.
|
Apr 15 |
awarded | Custodian |
|
Apr 13 |
comment |
json_encode() returns “null” to entries with accents (special characters) but only when they are added manually in phpmyadmin In short: I don't know. I would first look in what encoding my browser even watches the phpMyAdmin UI. Second, I would check the parameters for connection to the MySQL server somewhere in the phpMyAdmin settings. And of course you should have a default charset set to utf8 everywhere in your DB in first place. There's not the single place for this setting, check the official documentation for MySQL. |
|
Apr 13 |
answered | json_encode() returns “null” to entries with accents (special characters) but only when they are added manually in phpmyadmin |
|
Apr 13 |
answered | Yii unit-tests fixtures not accessible in tests |
|
Apr 13 |
comment |
Yii: Unit test models without database server Well, why the real DB is even needed if there's an abstraction over the database connection? The fact that fake for CDBConnection does not come built-in in the Yii package is not a blocker for writing truly isolated tests for models. |
|
Apr 13 |
answered | Yii: Unit test models without database server |
|
Apr 11 |
comment |
validation fails while checking 59 variables but works with two Man, you're pushing the PHP to it's limits here with such a china-code... OR-ing 59 checks in a single if statement is a true hardcore, maybe you should make an array parameter and call array_map on it? |
|
Apr 10 |
comment |
delete record in a table using jquery ajax Well, anyway, your question lacks critical information: what Firebug or Chrome Developer Tools show you in the console output? Did you tried to console.debug and print_r the variables in question? |
|
Apr 10 |
answered | Yii framework unit Testing. How to mock time() and other standart functions? |
|
Apr 10 |
answered | delete record in a table using jquery ajax |
|
Apr 8 |
asked | Is it a good idea to replace parent class with test stub in unit tests? |
|
Mar 26 |
comment |
Unit test application including database is too slow @Randy, OP talks about running unit tests here, and works in scale of at least seconds. |
|
Mar 22 |
awarded | Tumbleweed |
|
Mar 18 |
accepted | How to check if a given nonconvex area completely overlaps given rectangle |
|
Mar 15 |
revised |
How to create a test account (to do automated tests) for Amazon FPS? added 73 characters in body |
|
Mar 15 |
asked | How to create a test account (to do automated tests) for Amazon FPS? |
|
Mar 6 |
awarded | Caucus |
|
Feb 15 |
comment |
PHP exec in background using & is not working @GreenRover I wish I could upvote your answer more than once... Solution with -c & addslashes is ONLY thing that works now, it seems. No other answer which can be googled is working. Did not tried the pcntl, though. |
|
Jan 29 |
awarded | Popular Question |
|
Jan 5 |
accepted | What javascript library is best for plotting line chart with many series having low amount of points each |