Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Ana Aman's Blog:
PHPMyAdmin freezes on databases with too many tables
Jun 15, 2006 @ 17:37:48

From Ana Aman's Blogspot blog today, there's a quick post with a helpful hint for anyone working with PHPMyAdmin experiencing freeze-ups.

If you are using phpmyadmin on a database with more 1500 or more tables, you may experience problems. The page will not load at all so you will not be able to operate propery with phpmyadmin.

Of course you can still run commands from a terminal or console but it is not as confortable as using phpmyadmin.

The solution? Following a bit of digging, Ana discovered that upping the memory limit for the server PHPMyAdmin installed on makes a world of difference.

tagged: phpmyadmin many databases tables memory_limit php.ini phpmyadmin many databases tables memory_limit php.ini

Link:

Ana Aman's Blog:
PHPMyAdmin freezes on databases with too many tables
Jun 15, 2006 @ 17:37:48

From Ana Aman's Blogspot blog today, there's a quick post with a helpful hint for anyone working with PHPMyAdmin experiencing freeze-ups.

If you are using phpmyadmin on a database with more 1500 or more tables, you may experience problems. The page will not load at all so you will not be able to operate propery with phpmyadmin.

Of course you can still run commands from a terminal or console but it is not as confortable as using phpmyadmin.

The solution? Following a bit of digging, Ana discovered that upping the memory limit for the server PHPMyAdmin installed on makes a world of difference.

tagged: phpmyadmin many databases tables memory_limit php.ini phpmyadmin many databases tables memory_limit php.ini

Link:

Paul Jones' Blog:
Instant Forms from Tables with Solar
Apr 14, 2006 @ 13:21:28

Paul Jones, in response to a question about his Solar framework concerning the creation of forms using table definitions, has answered "yes!" and shows us how in this new post.

Here's an example: 2 lines to start Solar, 2 lines to connect to an existing Solar_Sql_Table, 2 lines to create a Solar_Form using the table columns, and 2 lines to display it with Solar_View using the associated form helper. (The "Solar_Model_Nodes" table is part of the existing Solar_Content domain model.)

He gives the code needed to make it happen as well as a brief explaination on how it all works.

tagged: solar framework tables forms instant solar framework tables forms instant

Link:

Paul Jones' Blog:
Instant Forms from Tables with Solar
Apr 14, 2006 @ 13:21:28

Paul Jones, in response to a question about his Solar framework concerning the creation of forms using table definitions, has answered "yes!" and shows us how in this new post.

Here's an example: 2 lines to start Solar, 2 lines to connect to an existing Solar_Sql_Table, 2 lines to create a Solar_Form using the table columns, and 2 lines to display it with Solar_View using the associated form helper. (The "Solar_Model_Nodes" table is part of the existing Solar_Content domain model.)

He gives the code needed to make it happen as well as a brief explaination on how it all works.

tagged: solar framework tables forms instant solar framework tables forms instant

Link:


Trending Topics: